| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Returns the short version of a Hint string.
Source position: forms.pp line 1979
| function GetShortHint( | 
| const Hint: string | 
| ):string; | 
| Hint | 
 | The string containing both short and long Hint text in the format: 'Short Hint|This is the Long Hint for a control.' | 
The short version of the Hint text (when available).
A short Hint is separated from the long Hint by a '|' character. If the character is not found, the whole Hint string is returned.
| 
 | Returns the long version of a Hint string. | |
| Version 4.0 | Generated 2025-05-03 | Home |