[Overview][Types][Classes][Variables][Index] |
Was Terminate called or not
Source position: custapp.pp line 76
public property TCustomApplication.Terminated : Boolean |
Terminated indicates whether Terminate was called or not. Descendent classes should check Terminated at regular intervals in their implementation of DoRun, and if it is set to True, should exit gracefully the DoRun method.
|
Terminate the application. |