Unit 'LazStringUtils' Package
[Overview][Constants][Types][Procedures and functions][Index] [#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.4 Generated 2025-11-08 Home