RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControlActionLink.SetHint Method

Sets the hint of a control if the client is linked to the action for this event.

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

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

 

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