Home
|
GR32_Containers
|
|
TObject
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;
| Fields | Properties | Methods |
|---|---|---|
| In TPointerMapIterator: | ||
| Data | Next | |
| Item | ||
Copyright ©2000-2010 Alex Denisov and the Graphics32 Team - Graphics32 v1.9.0 (r1336) - Build on 9-March-2010