mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 06:22:30 +02:00
laztuils: comment
git-svn-id: trunk@40432 -
This commit is contained in:
parent
2a34fda3dd
commit
01f2e05923
@ -212,7 +212,7 @@ type
|
|||||||
function GetPrev(const Key: Pointer; out PrevKey, PrevValue: Pointer): Boolean;
|
function GetPrev(const Key: Pointer; out PrevKey, PrevValue: Pointer): Boolean;
|
||||||
property Count: SizeInt read GetCount;
|
property Count: SizeInt read GetCount;
|
||||||
property Values[const Key: Pointer]: Pointer read GetValues write SetValues; default;
|
property Values[const Key: Pointer]: Pointer read GetValues write SetValues; default;
|
||||||
property Tree: TAvgLvlTree read FItems;
|
property Tree: TAvgLvlTree read FItems; // tree of PPointerToPointerItem
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user