Skip to main content

TdxLayoutDirection Enum

Enumerates available arrangements of layout elements.

Declaration

TdxLayoutDirection = (
    ldHorizontal,
    ldVertical,
    ldTabbed
);

Members

Name
ldHorizontal
ldVertical
ldTabbed

Remarks

Values include:

Value Description
ldHorizontal Group items are arranged horizontally within a group.
ldVertical Group items are arranged vertically within a group.
ldTabbed Group items are arranged into tabs within a group.
See Also