mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-24 18:09:16 +02:00
* OwnsObjects must not be changed during lifetime of TFPObjectHashList, made it read-only (bugs ID 28910)
git-svn-id: trunk@32321 -
This commit is contained in:
parent
cf925a108d
commit
8db06c7878
@ -481,7 +481,7 @@ type
|
||||
Function Iterate(aMethod: TObjectIteratorMethod): TObject; virtual;
|
||||
Procedure Add(const aKey: string; AItem : TObject); virtual;
|
||||
property Items[const index: string]: TObject read GetData write SetData; default;
|
||||
Property OwnsObjects : Boolean Read FOwnsObjects Write FOwnsObjects;
|
||||
Property OwnsObjects : Boolean Read FOwnsObjects;
|
||||
end;
|
||||
|
||||
EDuplicate = class(Exception);
|
||||
|
Loading…
Reference in New Issue
Block a user