Global application instance.
Source position: custapp.pp line 118
var CustomApplication: TCustomApplication = Nil; |
CustomApplication contains the global application instance. All descendents of TCustomApplication should, in addition to storing an instance pointer in some variable (most likely called "Application") store the instance pointer in this variable. This ensures that, whatever kind of application is being created, user code can access the application object.
|
Ancestor class for TApplication classes. |