Compatible Unicode Intrinsic Functions - Trim Method
Trim characters from either end of the string
Member of Compatible Unicode Intrinsic Functions (PRIM_LIBI.ICompatibleUnicodeIntrinsics)
Name |
Type |
Data Type |
Description |
Result |
*Result (Optional) |
Unicode String |
Resulting string |
OfText |
*Input (Optional) |
Unicode String |
Characters to be trimmed |
Trim can be used to remove leading and trailing blanks, or other characters, from a string.
The OfText parameter can contain more than one character.
In this example, if #String contained " ABCDE ", the result would be "ABCDE"
#Com_owner.Caption := #String.Trim
All Component Classes
Technical Reference