TdxLayoutItemOptions Class
In This Article
Provides behavior settings for layout elements.
#Declaration
Delphi
TdxLayoutItemOptions = class(
TdxLayoutControlPersistent
)
#Remarks
The settings provided allow you to enable the following features:
Automatic alignment of controls within layout items.
Automatic tab order management within a layout control.
Automatic control focus on item caption click.
Layout element sizing.
The TdxLayoutItemOptions object is referenced by the layout control’s OptionsItem property.
#Inheritance
TObject
TPersistent
TdxLayoutControlPersistent
TdxLayoutItemOptions
See Also