[Overview][Types][Classes][Variables][Index] |
Initialize the application
Source position: custapp.pp line 55
public procedure TCustomApplication.Initialize; virtual; |
Initialize can be overridden by descendent applications to perform any initialization after the class was created. It can be used to react to properties being set at program startup. End-user code should call Initialize prior to calling Run
In TCustomApplication, Initialize sets Terminated to False.
|
Runs the application. |
|
|
Was Terminate called or not |