System.Win.TaskbarCore.TThumbButtonActionLink.SetHint

From RAD Studio API Documentation
Jump to: navigation, search

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
System.Win.TaskbarCore.pas
System.Win.TaskbarCore.hpp
System.Win.TaskbarCore TThumbButtonActionLink

Description

Introduces an interface for setting the hint string for a client.

System.Win.TaskbarCore.TThumbButtonActionLink.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.

See Also