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