Navigation: Code Documentation > IEDB > DBInferenceEngine > Enumerations
TIESlotValue Enumeration
Represents type TIESlotValue.
Namespace: DBInferenceEngine
Delphi
type TIESlotValue = (svSlotName, svVisible, svSlotType, svMultiSlot, svDefaultDynamic);
Name
Description
svDefaultDynamic
Represents constant svDefaultDynamic.
svMultiSlot
Represents constant svMultiSlot.
svSlotName
Represents constant svSlotName.
svSlotType
Represents constant svSlotType.
svVisible
Represents constant svVisible.
Top
•DBInferenceEngine