FMX.ActnList.TActionLink.CaptionLinked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CaptionLinked: Boolean read IsCaptionLinked;

C++

__property bool CaptionLinked = {read=IsCaptionLinked, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList TActionLink

Description

Determines whether a value of the Caption property of the action assigned to the action link should be distributed to the Caption property of the client of the action link.

As implemented in TActionLink, CaptionLinked returns True if both an associated action and a linked client support Caption.

See Also