FMX.StdActns.TSysCommonAction

From RAD Studio API Documentation
Jump to: navigation, search

FMX.ActnList.TCustomActionSystem.Actions.TContainedActionSystem.Classes.TBasicActionSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTSysCommonAction

Delphi

TSysCommonAction = class (TCustomAction)

C++

class PASCALIMPLEMENTATION TSysCommonAction : public Fmx::Actnlist::TCustomAction

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.

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