Vcl.CategoryButtons.TButtonItemActionLink.SetHint
Delphi
procedure SetHint(const Value: string); override;
C++
virtual void __fastcall SetHint(const System::UnicodeString Value);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Vcl.CategoryButtons.pas Vcl.CategoryButtons.hpp |
Vcl.CategoryButtons | TButtonItemActionLink |
Description
Introduces an interface for setting the hint string for a client.
Vcl.CategoryButtons.TButtonItemActionLink.SetHint inherits from System.Actions.TContainedActionLink.SetHint. All content below this line refers to System.Actions.TContainedActionLink.SetHint.
Introduces an interface for setting the hint string for a client.
The associated action calls SetHint when its Hint property changes so that the action link can propagate the new Hint value to the client object.
Value
specifies the new value of the Hint property.
As implemented in TContainedActionLink, SetHint does nothing. Descendant classes override SetHint to set the client's Hint property if the IsHintLinked method returns True.