| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TCollection descendant which maintains owner information.
Source position: classesh.inc line 570
type TOwnedCollection = class(TCollection)  | 
||
public  | 
||
constructor Create();  | 
  | 
Create a new TOwnerCollection instance.  | 
end;  | 
  | 
TCollection descendant which maintains owner information.  | 
|
| | | ||
  | 
Base class to manage collections of named objects.  | 
|
| | | ||
  | 
Base class for streaming system and persistent properties.  | 
|
| | | ||
  | 
Base class of all classes.  | 
TOwnedCollection automatically maintains owner information, so it can be displayed in an IDE. Collections that should be displayed in an IDE should descend from TOwnedCollection or must implement a GetOwner function.
  | 
Base class to manage collections of named objects.  |