Defines the behavior of the control being laid out
Ancestors - Base Layout Item (PRIM_DLBX) Object (PRIM_OBJT)
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.
Name | Description |
---|---|
ComponentClassName | ComponentClassName is the name of the component's class. Inherited from Object (PRIM_OBJT) |
ComponentMembers | ComponentMembers provides access to all the member components of this component Inherited from Object (PRIM_OBJT) |
ComponentPatternName | ComponentPatternName is used to qualify the class of the component. Inherited from Object (PRIM_OBJT) |
ComponentTag | Generic space allowing a value to be stored for the instance Inherited from Object (PRIM_OBJT) |
ComponentType | ComponentType gives you access to the type information about the component Inherited from Object (PRIM_OBJT) |
ComponentTypeName | ComponentTypeName is the fully qualified name of the component's class. Inherited from Object (PRIM_OBJT) |
Height | Defines how many rows the layout contains. |
Left | Defines the column from left where the layout cell is located |
Manage | Defines the visual component to be managed |
MarginBottom | Bottom margin in pixels |
MarginLeft | Left margin in pixels |
MarginRight | Right margin in pixels |
MarginTop | Top margin in pixels |
Name | Name identifies the component Inherited from Object (PRIM_OBJT) |
Owner | Owner owns this component Inherited from Object (PRIM_OBJT) |
Parent | Reference to the layout manager of which this item is a part |
RuleAlignment | Defines the rule for aligning a component in its cell |
RuleSizing | Defines the rule for sizing a component in its cell |
Top | Defines the row from top where the layout cell is located |
WeightHorizontal | Defines the weight used to horizontally resize a component |
WeightVertical | Defines the weight used to vertically resize a component |
Width | Defines how many columns the layout contains |
Name | Description |
---|---|
CreateInstance | CreateInstance is signalled when an instance of a component is created Inherited from Grid Layout Item (PRIM_GDLI) |
DestroyInstance | DestroyInstance is signalled when an instance of a component is about to be destroyed Inherited from Grid Layout Item (PRIM_GDLI) |
Febuary 18 V14SP2