Navigation: Code Documentation > IEDB > DBInferenceEngine > Classes
TDBIESlots Class
Represents type TDBIESlots.
Namespace: DBInferenceEngine
TCollection DBInferenceEngine.TDBIESlots
Delphi
type TDBIESlots = class(TCollection) end;
Name
Description
Create(TDBIEDataConnection,TDBIESlotClass)
Initializes a new instance of the TDBIESlots class.
Top
DataConnection
Represents property DataConnection.
Items[Integer]
Represents property Items[Integer].
State
Represents property State.
Add
Represents method Add.
GetEnumerator
Represents method GetEnumerator.
GetOwner
Represents method GetOwner.
InternalAdd
Represents method InternalAdd.
LoadFromFile(string)
Represents method LoadFromFile(string).
LoadFromStream(TStream)
Represents method LoadFromStream(TStream).
RebuildSlots
Represents method RebuildSlots.
RemoveStored(Boolean)
Represents method RemoveStored(Boolean).
RestoreDefaults
Represents method RestoreDefaults.
SaveToFile(string)
Represents method SaveToFile(string).
SaveToStream(TStream)
Represents method SaveToStream(TStream).
Update(TCollectionItem)
Represents method Update(TCollectionItem).
•DBInferenceEngine