RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.GetShortHint Function

Returns the first part of a two-part hint string.

Pascal
function GetShortHint(const Hint: string): string;
C++
AnsiString GetShortHint(const AnsiString Hint);

Controls

Call GetShortHint to obtain the short version of the hint specified as the value of a Hint property. The first part of the hint is the text preceding the | character. If the Hint string value is not separated into two parts, GetShortHint returns the entire string. 

 

GetLongHint 

TApplication 

TApplication 

TControl

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