Class TIWBSDialog
Unit
IWBSDialogs
Declaration
type TIWBSDialog = class(TIWBSModal)
Description
no description available, TIWBSModal description follows no description available, TIWBSCustomRegion description follows Hierarchy
Overview
Methods
Properties
 |
property BodyText: string read GetBodyText write SetBodyText; |
 |
property TitleText: string read GetTitleText write SetTitleText; |
Description
Methods
 |
constructor Create(const ATitleText, ABodyText: string; ACloseButton: TIWBSDialogCloseButton = iwbsdcBoth); reintroduce; overload; |
|
 |
constructor Create(AForm: TIWForm; const ATitleText, ABodyText: string; ACloseButton: TIWBSDialogCloseButton = iwbsdcBoth); reintroduce; overload; |
|
Properties
 |
property BodyText: string read GetBodyText write SetBodyText; |
|
 |
property TitleText: string read GetTitleText write SetTitleText; |
|
Generated by PasDoc 0.14.0.
|