API:FMX.Controls.TControlActionLink

From RAD Studio API Documentation
Jump to: navigation, search

FMX.ActnList.TActionLinkSystem.Actions.TContainedActionLinkSystem.Classes.TBasicActionLinkSystem.TObjectTControlActionLink

Delphi

TControlActionLink = class(FMX.ActnList.TActionLink)

C++

class PASCALIMPLEMENTATION TControlActionLink : public Fmx::Actnlist::TActionLink

Properties

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

Description

TActionLink is the base class for action links. An action link connects an action to a client (an control, menu item, or tool button).

FMX.Controls.TControlActionLink inherits from FMX.ActnList.TActionLink. All content below this line refers to FMX.ActnList.TActionLink.

TActionLink is the base class for action links. An action link connects an action to a client (an control, menu item, or tool button).

TActionLink only declares the type for FireMonkey action link objects. TActionLink does not provide any new business functionality regarding to the TContainedActionLink ancestor class.