API:FMX.StdActns.TFileExit

From RAD Studio API Documentation
Jump to: navigation, search

FMX.StdActns.TSysCommonActionFMX.ActnList.TCustomActionSystem.Actions.TContainedActionSystem.Classes.TBasicActionSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFileExit

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

A base class for standard actions that provides system functionality.

FMX.StdActns.TFileExit inherits from FMX.StdActns.TSysCommonAction. All content below this line refers to FMX.StdActns.TSysCommonAction.

A base class for standard actions that provides system functionality.

TSysCommonAction extends the TCustomAction class redeclaring properties and events, used in system actions, with the published visibility. These are the following: 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 the following:

See Also