Back to Devexpress

TdxAlertWindowCustomOptions Class

vcl-dxalertwindow-9d423bcd.md

latest1.0 KB
Original Source

TdxAlertWindowCustomOptions Class

Serves as the base class for classes that contain alert window options.

Declaration

delphi
TdxAlertWindowCustomOptions = class(
    TcxOwnedPersistent
)

Remarks

This class does not introduce any new members – it simply provides basic functionality for various option sets used in alert windows and alert window managers.

Do not use the TdxAlertWindowCustomOptions class directly. Use its descendants instead.

Inheritance

TObject TPersistent TcxOwnedPersistent TdxAlertWindowCustomOptions

See Also

TdxAlertWindowCustomOptions Members

dxAlertWindow Unit