RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActionLink.IsHintLinked Method

Indicates whether the Hint properties for the action and client are linked.

Pascal
function IsHintLinked: Boolean; virtual;
C++
virtual __fastcall Boolean IsHintLinked();

TActionLink descendants call IsHintLinked to determine whether they need to propagate changes to the Hint property of the action so that they are reflected by the client object. When IsHintLinked returns true, the action controls the Hint property: Changes to the Hint property of the action are reflected by changes to the corresponding property of the client object. When IsHintLinked returns false, the client object does not reflect the Hint property of its action, either because it does not have a corresponding property, or, more commonly, because it manages the value of its corresponding property independently. 

As implemented in TActionLink, IsHintLinked merely checks that the Action property specifies a descendant of TCustomAction (that is, it is an action that has a Hint property). Descendant classes override IsHintLinked to determine whether the Hint property is linked with the appropriate client property. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!