[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Returns the short version of an Hint string.
Source position: forms.pp line 1814
function GetShortHint( |
const Hint: string |
):string; |
Hint |
|
The string containing both an short and long Hint. |
The short (or complete) Hint.
A short Hint is separated from the long Hint by an '|'. When no such character is found, the whole Hint is returned.
lazarus-ccr.sourceforge.net |