FMX.Forms.TFormActionLink.Form

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Form: TCommonCustomForm read FForm;

C++

__property TCommonCustomForm* Form = {read=FForm};

Properties

Type Visibility Source Unit Parent
property protected
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TFormActionLink

Description

Keeps the client (menu item) linked by the action link to the action.

See Also