FMX.Controls.TCustomControlAction

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TCustomControlAction = class(TCustomAction)

C++

class PASCALIMPLEMENTATION TCustomControlAction : public Fmx::Actnlist::TCustomAction

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.

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