Class TBrookStringMapEnumerator
Unit
Declaration
type TBrookStringMapEnumerator = class(TObject)
Description
Enumerator used to iterate the map TBrookStringMap.
Hierarchy
- TObject
- TBrookStringMapEnumerator
Overview
Methods
![]() |
constructor Create(AMap: TBrookStringMap); |
![]() |
function GetCurrent: TBrookStringPair; |
![]() |
function MoveNext: Boolean; |
Properties
![]() |
property Current: TBrookStringPair read GetCurrent; |
Description
Methods
![]() |
constructor Create(AMap: TBrookStringMap); |
|
Creates an instance of Parameters
| |
![]() |
function GetCurrent: TBrookStringPair; |
|
Gets the current pair. ReturnsCurrent pair. | |
![]() |
function MoveNext: Boolean; |
|
Moves to the next pair. Returns
| |
Properties
![]() |
property Current: TBrookStringPair read GetCurrent; |
|
Same to | |
Generated by PasDoc 0.16.0.
