Record TStrIterator
Unit
Declaration
type TStrIterator = record
Description
Str iterator. Preliminary. Interface might change at any time
Overview
Fields
![]() |
FCurrent: integer; |
![]() |
s: RawByteString; |
![]() |
pos: SizeInt; |
Methods
![]() |
function MoveNext: Boolean; |
![]() |
function GetEnumerator: TStrIterator; |
Properties
![]() |
property Current: integer read FCurrent; |
Description
Fields
![]() |
FCurrent: integer; |
![]() |
s: RawByteString; |
![]() |
pos: SizeInt; |
Methods
![]() |
function MoveNext: Boolean; |
![]() |
function GetEnumerator: TStrIterator; |
Properties
![]() |
property Current: integer read FCurrent; |
Generated by PasDoc 0.16.0.