Skip to main content

TdxCustomLayoutLabeledItem Class

The base class for layout items that can optionally display a caption or label.

Declaration

TdxCustomLayoutLabeledItem = class(
    TdxLayoutBasicItem
)

Remarks

This class is the base class for the following items:

In addition to extending its ancestor class with the CaptionOptions property that provides access to caption options, the TdxCustomLayoutLabeledItem class publishes the Padding property to allow you to adjust contents within an item.

Do not use the TdxCustomLayoutLabeledItem class directly. Use its descendants instead.

See Also