FMX.Forms.TFormActionLink

From RAD Studio API Documentation
Jump to: navigation, search

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

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

Links an action object to a client (generic form).

TFormActionLink uses AssignClient to assign the client's form. TFormActionLink keeps the linked client's form in the Form property and the linked action in the Action property.

TFormActionLink links only the Caption and Visible properties of the client's form with the action.

See Also