Class TNoTask (unit NoTask) |
TComponent
The NoTask Class declaration
Constructors |
** Overridden constructor for our component.
Functions |
if (owner as tform).
Properties |
Events |
Variables |
Constructors |
Public declarations - Methods
** Overridden constructor for our component. Creates underlying TComponent, ** sets our own method pointer to an unassigned state, and checks that there ** is only one TNoTask Component on the form. If there is another one, ** this one is destroyed by virtue of the exception handler within the design ** mode.
Functions |
Register for Object Inspector
** Overridden LOADED method. This ensures that the check for a previous ** instance of our Application is done immediately after the TNoTask ** components properties have been read in from the form, and initialized.
Always call inherited Loaded method
Start of Block to trap Parent form's messages...
The window procedure that is installed into our parent.
Private declarations - Methods
if (owner as tform).windowstate<>wsMinimized then exit;
Install it as the new Parent window procedure
Properties |
Published declarations
Events |
Variables |
Private declarations - Attributes