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

GetPart

Declaration

Source position: line 0

function GetPart(

  const ASkipTo: ;

  const AnEnd: ;

  var ASource: ;

  const AnIgnoreCase: Boolean = False;

  const AnUpdateSource: Boolean = True

):; overload;

function GetPart(

  const ASkipTo: array of ;

  const AnEnd: array of ;

  var ASource: ;

  const AnIgnoreCase: Boolean = False;

  const AnUpdateSource: Boolean = True

):; overload;