Vcl.Controls.TControlActionLink.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
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TControlActionLink

Description

Sets the specified hint to the client of the control action link if IsHintLinked is True.

SetHint sets the specified Value string to the Hint property for the client's control of the control action link if the action, associated by the control action link to the client, controls the Hint property of the client. That is, if IsHintLinked is True.

Value is the string to use as the control's hint.

See Also