Returns the short version of a Hint string.
Source position: forms.pp line 1977
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. |
|
CT Web help |
CodeTyphon Studio |