API:FMX.Forms.TFormActionLink
Delphi
TFormActionLink = class(FMX.ActnList.TActionLink)
C++
class PASCALIMPLEMENTATION TFormActionLink : public Fmx::Actnlist::TActionLink
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | FMX.Forms.pas FMX.Forms.hpp |
FMX.Forms | FMX.Forms |
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.Forms.TFormActionLink 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.