Skip to main content

TdxLayoutControlItem Class

The base class for items that provide the functionality of standard layout items.

Declaration

TdxLayoutControlItem = class(
    TdxCustomLayoutLabeledItem
)

Remarks

This class is the base class for the following items:

The TdxLayoutControlItem class extends its ancestor class with the ControlOptions and OriginalControlSize properties that relate to an external control associated with a layout item.

See Also