Vcl.Menus.TMenuActionLink.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.Menus.pas
Vcl.Menus.hpp
Vcl.Menus TMenuActionLink

Description

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

SetHint sets the string specified in the Value parameter to the Hint property for the client's menu item of the menu action link if the action, associated by the menu 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 menu item's hint.

See Also