[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Alias for TrimRight
Source position: syshelph.inc line 174
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 |