TPointerMapIterator is an auxiliary class for iterating through pointer maps - an operation not directly supported by TPointerMap.
The iterator should be used in the following fashion:
with TPointerMapIterator.Create(MyPointerMap) do try while Next do begin // do something with Item and Data here... end; finally Free; end;
Methods | Properties |
---|---|
Next | Data |
Item |
Copyright ©2000-2024 Alex Denisov and the Graphics32 Team - Graphics32 2.0 - Help file built on 18 Feb 2024