Class TIWBSModal

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TIWBSModal = class(TIWBSCustomRegion)

Description

no description available, TIWBSCustomRegion description follows

Hierarchy

Overview

Methods

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;
Public function GetRoleString: string; override;
Public function RenderHTML(AContext: TIWCompContext): TIWHTMLTag; override;

Properties

Published property BSDialogSize: TIWBSSize read FDialogSize write FDialogSize default bsszDefault;
Published property BSFade: boolean read FFade write FFade default false;
Published property DestroyOnHide: boolean read FDestroyOnHide write FDestroyOnHide default false;
Published property ModalVisible: boolean read FModalVisible write SetModalVisible default false;
Published property OnAsyncHide: TIWAsyncEvent read FOnAsyncHide write FOnAsyncHide;
Published property OnAsyncShow: TIWAsyncEvent read FOnAsyncShow write FOnAsyncShow;

Description

Methods

Public constructor Create(AOwner: TComponent); override;
 
Public destructor Destroy; override;
 
Public function GetRoleString: string; override;
 
Public function RenderHTML(AContext: TIWCompContext): TIWHTMLTag; override;
 

Properties

Published property BSDialogSize: TIWBSSize read FDialogSize write FDialogSize default bsszDefault;
 
Published property BSFade: boolean read FFade write FFade default false;
 
Published property DestroyOnHide: boolean read FDestroyOnHide write FDestroyOnHide default false;
 
Published property ModalVisible: boolean read FModalVisible write SetModalVisible default false;
 
Published property OnAsyncHide: TIWAsyncEvent read FOnAsyncHide write FOnAsyncHide;
 
Published property OnAsyncShow: TIWAsyncEvent read FOnAsyncShow write FOnAsyncShow;
 

Generated by PasDoc 0.14.0.