Record TStrIterator

Unit

Declaration

type TStrIterator = record

Description

Str iterator. Preliminary. Interface might change at any time

Overview

Fields

Public FCurrent: integer;
Public s: RawByteString;
Public pos: SizeInt;

Methods

Public function MoveNext: Boolean;
Public function GetEnumerator: TStrIterator;

Properties

Public property Current: integer read FCurrent;

Description

Fields

Public FCurrent: integer;
 
Public s: RawByteString;
 
Public pos: SizeInt;
 

Methods

Public function MoveNext: Boolean;
 
Public function GetEnumerator: TStrIterator;
 

Properties

Public property Current: integer read FCurrent;
 

Generated by PasDoc 0.16.0.