System.SysUtils.TStringHelper.TrimLeft
Delphi
function TrimLeft: string; overload;
function TrimLeft(const TrimChars: array of Char): string; overload;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | System.SysUtils.pas | System.SysUtils | TStringHelper |
Description
Trims the given leading characters from this string.
This method is overloaded.
The TrimChars parameter allows you to specify which characters (in the form of an array of characters) to trim from the start of this string.