API:FMX.Controls.TControlAction

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Controls.TCustomControlActionFMX.ActnList.TCustomActionSystem.Actions.TContainedActionSystem.Classes.TBasicActionSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTControlAction

Delphi

TControlAction = class(TCustomControlAction)

C++

class PASCALIMPLEMENTATION TControlAction : public TCustomControlAction

Properties

Type Visibility Source Unit Parent
class public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls FMX.Controls

Description

TCustomControlAction is the base class for the actions that can be associated with some of the controls.

FMX.Controls.TControlAction inherits from FMX.Controls.TCustomControlAction. All content below this line refers to FMX.Controls.TCustomControlAction.

TCustomControlAction is the base class for the actions that can be associated with some of the controls.

You can add a control action to a control by setting the Action property of the control, if it is supported. In the Object Inspector choose New Standard Action > No Category > TControl Action for the Action property.

See Also