TOwnedCollection class abstract

Inheritance
Implementers

Constructors

TOwnedCollection(TPersistent? _owner, TObjectCreator proc)

Properties

Count int
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
Items TItems<TCollectionItem>
latefinalinherited
NextID int
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
UpdateCount int
no setterinherited

Methods

Add() TCollectionItem
inherited
Added(TCollectionItem Item) → void
inherited
Assign(TPersistent Source) → void
inherited
AssignTo(TPersistent Dest) → void
inherited
BeginUpdate() → void
inherited
Changed() → void
inherited
ClassName() String
inherited
ClassType() TClass
inherited
Clear() → void
inherited
DefaultHandler(TMessage Message) → void
inherited
Delete(int Index) → void
inherited
Deleting(TCollectionItem Item) → void
inherited
Destroy() → void
inherited
Dispatch(TMessage Message) → void
inherited
EndUpdate() → void
inherited
Free() → void
inherited
GetOwner() TPersistent?
override
Insert(int Index) TCollectionItem
inherited
InsertItem(TCollectionItem Item) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
Notify(TCollectionItem Item, TCollectionNotification Action) → void
inherited
RemoveItem(TCollectionItem Item) → void
inherited
SetItemName(TCollectionItem Item) → void
inherited
toString() String
A string representation of this object.
inherited
Update(TCollectionItem? Item) → void
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited