Unit 'flcStreams' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_fundamentals]

AReaderEx.SkipAll

Declaration

Source position: flcStreams.pas line 231

public function AReaderEx.SkipAll(

  const Ch: AnsiChar;

  const MatchNonMatch: Boolean = False;

  const MaxCount: Integer = - 1

):Integer; overload;

function AReaderEx.SkipAll(

  const C: ByteCharSet;

  const MatchNonMatch: Boolean = False;

  const MaxCount: Integer = - 1

):Integer; overload;



CT Web help

CodeTyphon Studio