[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'LazStringUtils' (#lazutils)

GetPart

Implements formatting facilities in the debugger.

Declaration

Source position: lazstringutils.pas line 92

function GetPart(

  const ASkipTo: string;

  const AnEnd: string;

  var ASource: string;

  AnIgnoreCase: Boolean = False;

  AnUpdateSource: Boolean = True

):string; overload;

function GetPart(

  const ASkipTo: array of string;

  const AnEnd: array of string;

  var ASource: string;

  AnIgnoreCase: Boolean = False;

  AnUpdateSource: Boolean = True

):string; overload;

Description

GetPart is an overloaded String function. It is used to implement facilities in the debugger.


Version 4.0 Generated 2025-05-03 Home