FMX.ActnList.TActionLink.HintLinked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HintLinked: Boolean read IsHintLinked;

C++

__property bool HintLinked = {read=IsHintLinked, nodefault};

Properties

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

Description

Retrieves whether the Hint property for the action and for the client of the action link are linked.

Represents the value that IsHintLinked returns.

See Also