| Class TTimeOut (unit TimeOut) |
TComponent
TTimeOut - FREEWARE component version 1.0 Copyright G.Ferrari 1997 Stops your application if evaluating time is finished and shows a warning message
| Constructors |
constructor Create(AOwner: TComponent);| Functions |
destructor Destroy;
procedure Execute;| Properties |
property LastDay : string
property Message : string
property Name : | Events |
| Variables |
FLastDay : String;
FMessage : String;| Constructors |
constructor Create(AOwner: TComponent);Public declarations
| Functions |
destructor Destroy;
procedure Execute;| Properties |
property LastDay : string
property Message : string
property Name : | Events |
| Variables |
FLastDay : String;Private declarations
FMessage : String;