[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LCLProc' (#lcl)

GetPart

Declaration

Source position: lclproc.pas line 310

function GetPart(

  const ASkipTo: string;

  const AnEnd: string;

  var ASource: string;

  const AnIgnoreCase: Boolean = False;

  const AnUpdateSource: Boolean = True

):string; overload;

function GetPart(

  const ASkipTo: array of string;

  const AnEnd: array of string;

  var ASource: string;

  const AnIgnoreCase: Boolean = False;

  const AnUpdateSource: Boolean = True

):string; overload;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.