Class TIWBSAlert

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TIWBSAlert = class(TIWBSCustomRegion)

Description

no description available, TIWBSCustomRegion description follows

Hierarchy

Overview

Methods

Public constructor Create(const AAlertText: string; AAlertStyle: TIWBSAlertStyle = bsasSuccess); reintroduce; overload;
Public constructor Create(AForm: TIWForm; const AAlertText: string; AAlertStyle: TIWBSAlertStyle = bsasSuccess); reintroduce; overload;
Public destructor Destroy; override;
Public function AddButton(const ACaption: string; AAsyncClickProc: TIWBSAsyncClickProc = nil): TIWBSButton;
Public function RenderHTML(AContext: TIWCompContext): TIWHTMLTag; override;

Properties

Public property AlertLabel: TIWBSLabel read FAlertLabel;
Public property AlertPosition: TIWBSAlertPosition read FAlertPosition write FAlertPosition default bsapRightTop;
Public property AlertStyle: TIWBSAlertStyle read FAlertStyle write SetAlertStyle default bsasSuccess;
Public property AlertText: string read FAlertText write FAlertText;
Public property Fade: boolean read FFade write FFade default True;
Public property OnAsyncClose: TIWAsyncEvent read FOnAsyncClose write FOnAsyncClose;

Description

Methods

Public constructor Create(const AAlertText: string; AAlertStyle: TIWBSAlertStyle = bsasSuccess); reintroduce; overload;
 
Public constructor Create(AForm: TIWForm; const AAlertText: string; AAlertStyle: TIWBSAlertStyle = bsasSuccess); reintroduce; overload;
 
Public destructor Destroy; override;
 
Public function AddButton(const ACaption: string; AAsyncClickProc: TIWBSAsyncClickProc = nil): TIWBSButton;
 
Public function RenderHTML(AContext: TIWCompContext): TIWHTMLTag; override;
 

Properties

Public property AlertLabel: TIWBSLabel read FAlertLabel;
 
Public property AlertPosition: TIWBSAlertPosition read FAlertPosition write FAlertPosition default bsapRightTop;
 
Public property AlertStyle: TIWBSAlertStyle read FAlertStyle write SetAlertStyle default bsasSuccess;
 
Public property AlertText: string read FAlertText write FAlertText;
 
Public property Fade: boolean read FFade write FFade default True;
 
Public property OnAsyncClose: TIWAsyncEvent read FOnAsyncClose write FOnAsyncClose;
 

Generated by PasDoc 0.14.0.