| Class TELEMMessageBox (unit MessageBox) |
TComponent
| Constructors |
| Functions |
function Execute: TModalResult;
procedure SetButtons(const Value: TButtons);
procedure SetCaption(const Value: string);
procedure SetDefaultButton(const Value: TDefaultButton);
procedure SetDialogType (const Value: TDialogType);
procedure SetText(const Value: string);| Properties |
property Buttons : TButtons
property Caption : string
property DefaultButton : TDefaultButton
property DialogType : TDialogType
property Text : string| Events |
| Variables |
FButtons : TButtons;
FCaption : string;
FDefaultButton : TDefaultButton;
FDialogType : TDialogType;
FText : string;| Constructors |
| Functions |
function Execute: TModalResult;Public declarations
procedure SetButtons(const Value: TButtons);
procedure SetCaption(const Value: string);
procedure SetDefaultButton(const Value: TDefaultButton);
procedure SetDialogType (const Value: TDialogType);
procedure SetText(const Value: string);| Properties |
property Buttons : TButtons
property Caption : stringPublished declarations
property DefaultButton : TDefaultButton
property DialogType : TDialogType
property Text : string| Events |
| Variables |
FButtons : TButtons;
FCaption : string;Private declarations
FDefaultButton : TDefaultButton;
FDialogType : TDialogType;
FText : string;