TdxCustomLayoutAutoCreatedGroup Properties
| Name | Description |
|---|---|
| ActuallyVisible | Identifies if an item/group is currently visible. Inherited from TdxCustomLayoutItem. |
| AlignHorz | Specifies the horizontal alignment of an item/group within its parent group. Inherited from TdxCustomLayoutItem. |
| AlignmentConstraint | Specifies alignment constraints for an item/group. Inherited from TdxCustomLayoutItem. |
| AlignVert | Specifies the vertical alignment of an item/group within its parent group. Inherited from TdxCustomLayoutItem. |
| AllowFloating protected | Inherited from TdxCustomLayoutItem. |
| AllowQuickCustomize | Specifies whether end-users can drag and drop a layout group‘s elements (child items and groups) without having to open the Customization Form. Inherited from TdxCustomLayoutItem. |
| AllowRemove | Specifies whether an item/group can be removed from the layout control to the Customization Form. Inherited from TdxCustomLayoutItem. |
| AllowWrapItems protected | Deprecated. This property exists for backward compatibility only. Use the WrapItemsMode property instead. Inherited from TdxCustomLayoutGroup. |
| AutoAligns | Deprecated. This property exists for backward compatibility only. Use AlignHorz and AlignVert properties instead. Inherited from TdxCustomLayoutItem. |
| Automation protected | Provides access to layout item/group UI Automation and accessibility-related settings. Inherited from TdxCustomLayoutItem. |
| ButtonOptions | Provides access to the group’s button settings. Inherited from TdxCustomLayoutGroup. |
| Caption | Deprecated. This property exists for backward compatibility only. Use the CaptionOptions.Text property instead. Inherited from TdxCustomLayoutItem. |
| CaptionForCustomizeForm | Returns a layout element‘s caption displayed in the Customization Form. Inherited from TdxCustomLayoutItem. |
| CaptionOptions | Inherited from TdxCustomLayoutGroup. |
| ComObject | Inherited from TComponent. |
| ComponentCount | Inherited from TComponent. |
| ComponentIndex | Inherited from TComponent. |
| Components | Inherited from TComponent. |
| ComponentState | Inherited from TComponent. |
| ComponentStyle | Inherited from TComponent. |
| Container | Specifies the container on which the layout element is placed. Inherited from TdxCustomLayoutItem. |
| Count | Returns the number of immediate child layout elements contained in the layout group. Inherited from TdxCustomLayoutGroup. |
| Data | Provides storage for user-defined data. Inherited from TdxCustomLayoutItem. |
| DefaultCaption | Specifies the layout element’s default caption. Inherited from TdxCustomLayoutItem. |
| DesignInfo | Inherited from TComponent. |
| Enabled | Controls whether the layout element responds to mouse and keyboard events. Inherited from TdxCustomLayoutItem. |
| Expanded | Specifies whether the layout group is expanded. Inherited from TdxCustomLayoutGroup. |
| Height | Specifies the layout element’s height, in pixels. Inherited from TdxCustomLayoutItem. |
| Hidden | Specifies whether the layout group is a hidden group. Inherited from TdxCustomLayoutGroup. |
| Index | Specifies the layout element’s zero-based index within the Items list of its parent group. Inherited from TdxCustomLayoutItem. |
| IsRoot | Specifies whether the layout element represents the root group. Inherited from TdxCustomLayoutItem. |
| IsUserDefined | Inherited from TdxCustomLayoutItem. |
| IsUserRenamed | Inherited from TdxCustomLayoutItem. |
| IsVertical protected | Inherited from TdxCustomLayoutItem. |
| ItemControlAreaAlignment | Specifies the alignment of linked controls within the group‘s layout elements. Inherited from TdxCustomLayoutGroup. |
| ItemIndex | Specifies the initially selected layout item in a group. Inherited from TdxCustomLayoutGroup. |
| Items | Provides zero-based indexed access to layout elements contained in the layout group. Inherited from TdxCustomLayoutGroup. |
| LayoutDirection | Specifies the direction in which the items of a given group are placed. Inherited from TdxCustomLayoutGroup. |
| LayoutLookAndFeel | Associates the layout group or item with a dedicated look & feel storage component. Inherited from TdxCustomLayoutItem. |
| LayoutLookAndFeelException | Specifies whether child elements of a specific group use its look & feel. Inherited from TdxCustomLayoutGroup. |
| Locked | Specifies whether the group and its contents are considered as a single element during end-user customization. Inherited from TdxCustomLayoutGroup. |
| LookAndFeel | Deprecated. This property exists for backward compatibility only. Use the LayoutLookAndFeel property instead. Inherited from TdxCustomLayoutItem. |
| LookAndFeelException | Deprecated. This property exists for backward compatibility only. Use the LayoutLookAndFeelException property instead. Inherited from TdxCustomLayoutGroup. |
| Name | Inherited from TComponent. |
| Observers | Inherited from TComponent. |
| Offsets | Specifies the horizontal and vertical offsets of the layout element. Inherited from TdxCustomLayoutItem. |
| Owner | Inherited from TComponent. |
| Padding | Provides access to the layout element’s padding settings. Inherited from TdxCustomLayoutItem. |
| Parent | Specifies the parent group of the layout element. Inherited from TdxCustomLayoutItem. |
| ScrollOptions protected | Provides access to layout group scroll settings. Inherited from TdxCustomLayoutGroup. |
| ShowBorder | Specifies if the layout group has borders. Inherited from TdxCustomLayoutGroup. |
| ShowCaption | Deprecated. This property exists for backward compatibility only. Use the CaptionOptions.Visible property instead. Inherited from TdxCustomLayoutItem. |
| SizeOptions | Provides access to the layout element’s size settings. Inherited from TdxCustomLayoutItem. |
| TabbedOptions | Specifies tab settings for tabbed layout groups. Inherited from TdxCustomLayoutGroup. |
| Tag | Inherited from TComponent. |
| UseIndent | Specifies whether margins are used to separate group element edges from one another. Inherited from TdxCustomLayoutGroup. |
| VCLComObject | Inherited from TComponent. |
| Visible | Switches the layout element’s visibility. Inherited from TdxCustomLayoutItem. |
| VisibleCount | Returns the number of immediate child layout elements that are visible in the layout group. Inherited from TdxCustomLayoutGroup. |
| VisibleIndex | Specifies the zero-based index of the layout element in the parent group’s VisibleItems list. Inherited from TdxCustomLayoutItem. |
| VisibleItems | Provides zero-based indexed access to immediate child elements that are visible in the group. Inherited from TdxCustomLayoutGroup. |
| Width | Specifies the layout element’s width, in pixels. Inherited from TdxCustomLayoutItem. |
| WrapItemsMode protected | Specifies how the layout group wraps its child elements. Inherited from TdxCustomLayoutGroup. |
See Also