StripLTBlanks

Declaration: StripLTBlanks (Instring: string): string;

The function StripLTBlanks returns the string Instring with the leading and trailing blanks stripped off.

Hint: Please note that the functions StripLTBlanks and trim provide the same functionality for compatibility reasons.