RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMenuActionLink.SetHint Method

Sets the hint of a menu item if the client is linked to the action for this property.

Pascal
procedure SetHint(const Value: string); override;
C++
virtual __fastcall SetHint(const AnsiString Value);

SetHint sets the hint of a menu item, and is called only if the client is linked for this event. Value is the string that to which the hint should be set. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!