FMX.Controls.TCustomControlAction
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.