Skip to main content

TdxAlertWindowOptionsButtons Class

Contains custom button settings of an alert window.

Declaration

TdxAlertWindowOptionsButtons = class(
    TdxAlertWindowCustomOptions
)

Remarks

This class provides properties that allow you to do the following:

  • Manage custom buttons (Buttons);

  • Specify the button size (Height and Width);

  • Provide images for custom buttons (Images).

A TdxAlertWindowOptionsButtons object is referenced via the following option sets:

Inheritance

See Also