TdxLayoutItemControlOptions Class
Contains options for a control embedded into a layout item.
Declaration
TdxLayoutItemControlOptions = class(
TdxCustomLayoutItemOptions
)
Remarks
The TdxLayoutItemControlOptions class has the following members that allow you to:
Position an embedded control within a layout item (AlignHorz and AlignVert).
Apply the layout item’s color to the embedded control (AutoColor).
Specify minimum dimensions for the embedded control (MinWidth and MinHeight).
Hide or display the embedded control’s border (ShowBorder).
Disable the background draw routine for the layout item (Opaque).
A layout item’s ControlOptions property references a TdxLayoutItemControlOptions object.
Inheritance
TObject
TPersistent
TInterfacedPersistent
TdxCustomLayoutItemOptions
TdxLayoutItemControlOptions
See Also