| Class TDlgRes (unit MDLGRES) |
TComponent
| Constructors |
constructor Create(AOwner: TComponent);of AutoDestroy
| Functions |
destructor Destroy;
function Execute : Boolean;
procedure Loaded;
procedure AutoDestroy;of AutoInitialize } { Method to free any objects created by AutoInitialize
procedure AutoInitialize;Method to set variable and property values and create objects
| Properties |
property DlgName : String| Events |
| Variables |
FDlgName : String;| Constructors |
constructor Create(AOwner: TComponent);Public fields of TDlgRes } { Public methods of TDlgRes
of AutoDestroy
| Functions |
destructor Destroy;
function Execute : Boolean;
procedure Loaded;Protected fields of TDlgRes } { Protected methods of TDlgRes } { Method to generate OnCallBack event
procedure AutoDestroy;Method to free any objects created by AutoInitialize
of AutoInitialize } { Method to free any objects created by AutoInitialize
procedure AutoInitialize;Pointer to application's OnCallBack handler, if any } { FOnCallBack : TcallBack;} { Private methods of TDlgRes } { Method to set variable and property values and create objects
Method to set variable and property values and create objects
| Properties |
property DlgName : StringPublished properties of the component } { Link to caller callback } { property OnCallBack : TcallBack read FOnCallBack write FOnCallBack;
| Events |
| Variables |
FDlgName : String;Private fields of TDlgRes } { Storage for property DlgName