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

Represents an action 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