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

NameDescription
ComponentClassNameComponentClassName is the name of the component's class. Inherited from Object (PRIM_OBJT)
ComponentMembersComponentMembers provides access to all the member components of this component Inherited from Object (PRIM_OBJT)
ComponentPatternNameComponentPatternName is used to qualify the class of the component. Inherited from Object (PRIM_OBJT)
ComponentTagGeneric space allowing a value to be stored for the instance Inherited from Object (PRIM_OBJT)
ComponentTypeComponentType gives you access to the type information about the component Inherited from Object (PRIM_OBJT)
ComponentTypeNameComponentTypeName is the fully qualified name of the component's class. Inherited from Object (PRIM_OBJT)
HeightDefines how many rows the layout contains.
LeftDefines the column from left where the layout cell is located
ManageDefines the visual component to be managed
MarginBottomBottom margin in pixels
MarginLeftLeft margin in pixels
MarginRightRight margin in pixels
MarginTopTop margin in pixels
NameName identifies the component Inherited from Object (PRIM_OBJT)
OwnerOwner owns this component Inherited from Object (PRIM_OBJT)
ParentReference to the layout manager of which this item is a part
RuleAlignmentDefines the rule for aligning a component in its cell
RuleSizingDefines the rule for sizing a component in its cell
TopDefines the row from top where the layout cell is located
WeightHorizontalDefines the weight used to horizontally resize a component
WeightVerticalDefines the weight used to vertically resize a component
WidthDefines how many columns the layout contains

Events

NameDescription
CreateInstanceCreateInstance is signalled when an instance of a component is created Inherited from Grid Layout Item (PRIM_GDLI)
DestroyInstanceDestroyInstance is signalled when an instance of a component is about to be destroyed Inherited from Grid Layout Item (PRIM_GDLI)

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2