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

TBaseMapIterator

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: maps.pp line 117

type TBaseMapIterator = class(TObject) end;

protected

  procedure InternalCreate();

  function InternalLocate();

  

  procedure Validate;

  

  procedure ValidateMap;

  

  property Current: PMapItem; [r]

  

public

  destructor Destroy; override;

  

  procedure First;

  

  procedure Next;

  

  procedure Previous;

  

  procedure Last;

  

  function Valid;

  

  property BOM: Boolean; [r]

  

  property EOM: Boolean; [r]

  

Inheritance

TBaseMapIterator

  

|

TObject