Alias for TrimRight.
Source position: syshelph.inc line 194
public function TStringHelper.TrimEnd( |
const ATrimChars: array of char |
):string; |
TrimEnd is an alias for TStringHelper.TrimRight
|
Strips a set of trim characters from the end of the string. |
|
|
Alias for TrimLeft. |