System.SysUtils.TStringHelper.Remove

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Remove(StartIndex: Integer): string; overload; inline;
function Remove(StartIndex: Integer; Count: Integer): string; overload; inline;

Properties

Type Visibility Source Unit Parent
function public System.SysUtils.pas System.SysUtils TStringHelper

Description

Removes the substring at the position StartIndex and optionally until the position StartIndex + Count, if specified, from this 0-based string.

See Also