[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TFileExit - standard action (closing file and terminating application) associated with the File Exit menu option
Source position: stdactns.pas line 271
type TFileExit = class(TCustomAction) |
||
public |
||
function HandlesTarget(); override; |
|
|
procedure ExecuteTarget(); override; |
|
|
published |
||
property Caption; |
|
|
property Enabled; |
|
|
property HelpContext; |
|
|
property HelpKeyword; |
|
|
property HelpType; |
|
|
property Hint; |
|
|
property ImageIndex; |
|
|
property ShortCut; |
|
|
property SecondaryShortCuts; |
|
|
property Visible; |
|
|
property OnHint; |
|
|
end; |
|
TFileExit - standard action (closing file and terminating application) associated with the File Exit menu option |
|
| | ||
|
TCustomAction is the ancestor class for TAction |
|
| | ||
|
TContainedAction - parent class for TCustomAction; defines some properties especially relationships with parents |
|
| | ||
TBasicAction |
||
? | ||
TObject |