FMX.Types.TFmxObject.InitiateAction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InitiateAction; virtual;

C++

virtual void __fastcall InitiateAction();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Types.pas
FMX.Types.hpp
FMX.Types TFmxObject

Description

Calls the action link's Update method if the control is associated with an action link. Override it to customize the way the styled control initiates its associated action.

See Also