Skip to main content

TdxLayoutLabeledItem Class

A standalone label that can be associated with any layout element.

Declaration

TdxLayoutLabeledItem = class(
    TdxCustomLayoutLabeledItem
)

Remarks

A label item can be used to provide additional information for a layout element that already contains a built-in caption. Refer to the Label Item help topic, for details.

To learn how to create, arrange, and resize layout elements, refer to the How to Create Layout Items and Groups, Arranging Layout Items and Groups, and Resizing Layout Items and Groups topics.

See Also