[Overview][Types][Classes] | Reference for unit 'CustApp' (#fcl) |
Initialize the application
Source position: CustApp.pp line 50
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 |
No notes exist for this page yet.