Navigation:  Classes > bCellGroupItem >

bCellGroupItem:Init()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Creates an object of the class bCellGroupItem.

Class

bCellGroupItem

Type

Method

Syntax

bCellGroupItem{

[<oStartCell>],

[<oEndCell>],

[<oViewStyle>],

[<uValue>],

[<iOptions>]

} Æ oCellGroupItem

Arguments

<oStartCell>The cell at which the cell group starts. The cell defines the left upper cell of the cell group.
Data Type:bCell

 

<oEndCell>The cell at which the cell group ends. The cell defines the right lower cell of the cell group.
Data Type:bCell

 

<oViewStyle>Settings for the graphical representation of the cell group.
Data Type:bCellGroupItemStyle

 

<uValue>The value of the cell group.
Data Type:Usual

 

<iOptions>Options that define the behaviour of the cell group. The following options are supported:

 

Option

Description

BCGIO_NONE

No options are defined.

BCGIO_AUTO

The following standard options are used:

BCGIO_CAPTUREDINGROUP

BCGIO_ABSOLUTEPOSITION

The start cell and end cell are not relative to the parent cell group but absolute. If this option is not defined, then the cells are relative.

BCGIO_CAPTUREDINGROUP

If a child cell group is moved with the mouse, then it cannot be moved outside the parent cell group.

BCGIO_MOVABLE_HORIZONTAL

The cell group can be moved horizontal with the mouse.

 

Note!

To start cell group moving by mouse dragging, the left mouse button and the keyboard keys CTRL + SHIFT must be pressed over the cell group.

BCGIO_MOVABLE_VERTICAL

The cell group can be moved vertical with the mouse.

 

Note!

To start cell group moving by mouse dragging, the left mouse button and the keyboard keys CTRL + SHIFT must be pressed over the cell group.

BCGIO_RESIZABLE_HORIZONTAL

The width of the cell group can be changed with the mouse.

BCGIO_RESIZABLE_VERTICAL

The height of the cell group can be changed with the mouse.

 

The value BCGIO_AUTO is used as default.

Data Type:DWord

Return Value

oCellGroupItemThe created object of the class bCellGroupItem.
Data Type:bCellGroupItem

Description

bCellGroupItem:Init() creates a new object of the class bCellGroupItem and initializes it.

See Also

bCellGroupItem:EndCell

bCellGroupItem:Options

bCellGroupItem:StartCell

bCellGroupItem:Value

bCellGroupItem:ViewStyle

 


Page url: http://www.YOURSERVER.com/index.html?bcellgroupitem_init.htm