System.AnsiStringBase.TrimLeft

From RAD Studio API Documentation
Jump to: navigation, search

C++

AnsiStringBase TrimLeft(int codePage) const;

Properties

Type Visibility Source Unit Parent
function public dstring.h System AnsiStringBase

Description

Returns a new AnsiStringBase without leading spaces or control characters.

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

Retrieved from "https://docwiki.embarcadero.com/Libraries/Sydney/e/index.php?title=System.AnsiStringBase.TrimLeft&oldid=156713"