TDefCollection class

Inheritance
Implementers

Constructors

TDefCollection(TDataSet? aDataset, TPersistent? aOwner, TCollectionItemFactory aClass)

Properties

count → int
no setterinherited
dataset → TDataSet?
no setter
hashCode → int
The hash code for this object.
no setterinherited
itemFactory → TCollectionItemFactory
finalinherited
owner → TPersistent?
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
updated ↔ bool
getter/setter pair
updating → bool
no setterinherited

Methods

add() → TCollectionItem
inherited
assign(TPersistent? source) → void
inherited
assignTo(TPersistent dest) → void
inherited
beginUpdate() → void
inherited
clear() → void
inherited
delete(int index) → void
inherited
endUpdate() → void
inherited
find(String aName) → TNamedItem?
getItem(int index) → TCollectionItem
inherited
getItemNames(TStrings list) → void
indexOf(TCollectionItem item) → int
inherited
indexOfName(String aName) → int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setItem(int index, TCollectionItem value) → void
inherited
setItemName(TCollectionItem item) → void
override
toString() → String
A string representation of this object.
inherited
update(TCollectionItem? item) → void
inherited

Operators

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