Home
|
GR32_Containers
|
|
TPointerMapIterator
Hierarchy
TObject
Description
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;
Reference
| Properties | Methods |
|---|---|
| In TPointerMapIterator: | |
| Data | Next |
| Item | |
Copyright ©2000-2007 Alex Denisov and Contributors - Graphics32 v1.8.3 - Build on 4-March-2007
Home
GR32_Containers