Was Terminate called or not.
Source position: custapp.pp line 99
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. |