Grid Layout Item (PRIM_GDLI)
Defines the behavior of the control being laid out
Ancestors - Base Layout Item (PRIM_DLBX)Object (PRIM_OBJT)
Details
An grid layout item defines the behavior of the managed control as part of a grid layout.
The IDE will manage layout definition through the use of the designer. This code is provided for reference purposes.
Properties
Name |
Description |
ComponentClassName is the name of the component's class. Inherited from Object (PRIM_OBJT) |
|
ComponentMembers provides access to all the member components of this component Inherited from Object (PRIM_OBJT) |
|
ComponentPatternName is used to qualify the class of the component. Inherited from Object (PRIM_OBJT) |
|
Generic space allowing a value to be stored for the instance Inherited from Object (PRIM_OBJT) |
|
ComponentType gives you access to the type information about the component Inherited from Object (PRIM_OBJT) |
|
ComponentTypeName is the fully qualified name of the component's class. Inherited from Object (PRIM_OBJT) |
|
Defines how many rows the layout contains. |
|
Defines the column from left where the layout cell is located |
|
Defines the visual component to be managed |
|
Bottom margin in pixels |
|
Left margin in pixels |
|
Right margin in pixels |
|
Top margin in pixels |
|
Name identifies the component Inherited from Object (PRIM_OBJT) |
|
Owner owns this component Inherited from Object (PRIM_OBJT) |
|
Reference to the layout manager of which this item is a part |
|
Defines the rule for aligning a component in its cell |
|
Defines the rule for sizing a component in its cell |
|
Defines the row from top where the layout cell is located |
|
Defines the weight used to horizontally resize a component |
|
Defines the weight used to vertically resize a component |
|
Defines how many columns the layout contains |
Events
Name |
Description |
CreateInstance is signalled when an instance of a component is created [Inherited from Grid Layout Item (PRIM_GDLI) |
|
DestroyInstance is signalled when an instance of a component is about to be destroyed [Inherited from Grid Layout Item (PRIM_GDLI) |