Skip to main content

TdxLayoutEmptySpaceItem Class

An auxiliary layout item used to provide an empty region within a layout control.

Declaration

TdxLayoutEmptySpaceItem = class(
    TdxLayoutNonLabeledItem
)

Remarks

Refer to the Empty Space 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