Skip to main content
A newer version of this page is available. .

TdxAlertWindowPosition Enum

Declaration

TdxAlertWindowPosition = (
    awpAuto,
    awpTopLeft,
    awpTopRight,
    awpBottomLeft,
    awpBottomRight
);

Members

Name
awpAuto
awpTopLeft
awpTopRight
awpBottomLeft
awpBottomRight
See Also