System.WideString.TrimLeft

From RAD Studio API Documentation
Jump to: navigation, search

C++

WideString   TrimLeft() const;

Properties

Type Visibility Source Unit Parent
function public wstring.h System WideString

Description

Returns a new WideString, without leading spaces or control characters.

TrimLeft returns a new WideString removing leading spaces and control characters. Use TrimLeft to remove blank spaces before the first printing character.