Skip to main content

TdxRectSide Enum

Declaration

TdxRectSide = (
    rsLeft,
    rsTop,
    rsRight,
    rsBottom
);

Members

Name
rsLeft
rsTop
rsRight
rsBottom
See Also