TdxAlertWindowCustomOptions Class
Serves as the base class for classes that contain alert window options.
Declaration
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