Unit 'cyStrUtils' Package
[Overview][Constants][Types][Procedures and functions][Index] [#pl_cindy]

String_Delete

Declaration

Source position: cyStrUtils.pas line 293

function String_Delete(

  const Str: string;

  const fromIndex: Integer;

  const toIndex: Integer

):string; overload;

function String_Delete(

  const Str: string;

  const delStr: string;

  const CaseSensitive: TCaseSensitive

):string; overload;



CT Web help

CodeTyphon Studio