API:FMX.StdActns.TFileExit
Delphi
TFileExit = class(TSysCommonAction)
C++
class PASCALIMPLEMENTATION TFileExit : public TSysCommonAction
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | FMX.StdActns.pas FMX.StdActns.hpp |
FMX.StdActns | FMX.StdActns |
Description
The base class for standard actions providing system functionality.
FMX.StdActns.TFileExit inherits from FMX.StdActns.TSysCommonAction. All content below this line refers to FMX.StdActns.TSysCommonAction.
The base class for standard actions providing system functionality.
TSysCommonAction extends the TCustomAction class redeclaring properties and events, used in system actions, with the published visibility: CustomText, Enabled, HelpContext, HelpKeyword, HelpType, Hint, SecondaryShortCuts, ShortCut, Visible, UnsupportedArchitectures, OnCanActionExec, OnUpdate.
The published scope of properties and events provides the possibility to use the Object Inspector for editing values of these properties and defining event handlers at design time.
Standard actions descending from TSysCommonAction are TFileExit, TWindowClose, TFileHideApp, and TFileHideAppOthers.