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

GetPart

Declaration

Source position: line 0

function GetPart(

  const ASkipTo: String;

  const AnEnd: String;

  var ASource: String;

  const AnIgnoreCase: Boolean = false;

  const AnUpdateSource: Boolean = true

):String;

function GetPart(

  const ASkipTo: array of String;

  const AnEnd: array of String;

  var ASource: String;

  const AnIgnoreCase: Boolean = false;

  const AnUpdateSource: Boolean = true

):String;

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