Returns the long version of a Hint string.
Source position: forms.pp line 1978
function GetLongHint( |
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 long variant of the specified hint text.
A long Hint is the part of the text which appears after a '|' character in Str. For example:
'Short Hint|This is the Long Hint for a control.'
If the '|' character is not found, the value in Str is returned.
|
Returns the short version of a Hint string. |
|
CT Web help |
CodeTyphon Studio |