Class TIWBSModal
Unit
IWBSRegion
Declaration
type TIWBSModal = class(TIWBSCustomRegion)
Description
no description available, TIWBSCustomRegion description follows Hierarchy
Overview
Methods
 |
constructor Create(AOwner: TComponent); override; |
 |
destructor Destroy; override; |
 |
function GetRoleString: string; override; |
 |
function RenderHTML(AContext: TIWCompContext): TIWHTMLTag; override; |
Properties
 |
property BSDialogSize: TIWBSSize read FDialogSize write FDialogSize default bsszDefault; |
 |
property BSFade: boolean read FFade write FFade default false; |
 |
property DestroyOnHide: boolean read FDestroyOnHide write FDestroyOnHide default false; |
 |
property ModalVisible: boolean read FModalVisible write SetModalVisible default false; |
 |
property OnAsyncHide: TIWAsyncEvent read FOnAsyncHide write FOnAsyncHide; |
 |
property OnAsyncShow: TIWAsyncEvent read FOnAsyncShow write FOnAsyncShow; |
Description
Methods
 |
constructor Create(AOwner: TComponent); override; |
|
 |
destructor Destroy; override; |
|
 |
function GetRoleString: string; override; |
|
 |
function RenderHTML(AContext: TIWCompContext): TIWHTMLTag; override; |
|
Properties
 |
property BSDialogSize: TIWBSSize read FDialogSize write FDialogSize default bsszDefault; |
|
 |
property BSFade: boolean read FFade write FFade default false; |
|
 |
property DestroyOnHide: boolean read FDestroyOnHide write FDestroyOnHide default false; |
|
 |
property ModalVisible: boolean read FModalVisible write SetModalVisible default false; |
|
 |
property OnAsyncHide: TIWAsyncEvent read FOnAsyncHide write FOnAsyncHide; |
|
 |
property OnAsyncShow: TIWAsyncEvent read FOnAsyncShow write FOnAsyncShow; |
|
Generated by PasDoc 0.14.0.
|