Class TIWBSAlert
Unit
IWBSDialogs
Declaration
type TIWBSAlert = class(TIWBSCustomRegion)
Description
no description available, TIWBSCustomRegion description follows Hierarchy
Overview
Methods
Properties
Description
Methods
 |
constructor Create(const AAlertText: string; AAlertStyle: TIWBSAlertStyle = bsasSuccess); reintroduce; overload; |
|
 |
constructor Create(AForm: TIWForm; const AAlertText: string; AAlertStyle: TIWBSAlertStyle = bsasSuccess); reintroduce; overload; |
|
 |
destructor Destroy; override; |
|
 |
function RenderHTML(AContext: TIWCompContext): TIWHTMLTag; override; |
|
Properties
 |
property AlertPosition: TIWBSAlertPosition read FAlertPosition write FAlertPosition default bsapRightTop; |
|
 |
property AlertStyle: TIWBSAlertStyle read FAlertStyle write SetAlertStyle default bsasSuccess; |
|
 |
property AlertText: string read FAlertText write FAlertText; |
|
 |
property Fade: boolean read FFade write FFade default True; |
|
 |
property OnAsyncClose: TIWAsyncEvent read FOnAsyncClose write FOnAsyncClose; |
|
Generated by PasDoc 0.14.0.
|