TStringHelper.TrimEnd
Alias for TrimRight
Declaration
Source position: syshelph.inc line 194
public
function TrimEnd(const ATrimChars: Array of Char) : string;
Description
TrimEnd is an alias for TStringHelper.TrimRight
See also
Name | Description |
---|---|
TStringHelper.TrimRight | Strips a set of trim characters from the end of the string. |
TStringHelper.TrimStart | Alias for TrimLeft |