[Overview][Types][Classes][Procedures and functions][Index] |
Executes the action for the target control.
Source position: stdactns.pas line 265
public procedure TFileExit.ExecuteTarget( |
Target: TObject |
); override; |
Target |
|
Not used in TFileExit. |
ExecuteTarget is an overridden method in TFileExit. It implements the empty method introduced in the ancestor class to perform the steps needed for the file action.
In TFileExit, ExecuteTarget causes the current application to be halted. If the Application singleton has been assigned, the MainForm in the application is closed to stop execution. If MainForm has not been assigned, the Terminate method in Application is called to stop execution. If Application has not been assigned, the Halt routine is called to stop the program.
|
Application management and configuration for a GUI application. |
|
|
The TApplication singleton. |
|
Version 4.0 | Generated 2025-05-03 | Home |