Adds a IFactSlot with the specified name and default value to the fact template. Using the slotname, you can access the slot using the Slot property. This method also sets the Ordered property implicitly.
Namespace: IEFacts
Delphi |
public |
Parameters
SlotName
Type: String
DefaultValue
Type: IIEValue
IFactTemplate.AddSlot(String,IIEValue)
To add a slot with a list of values, call the AddMultiSlot method instead. To add any IFactSlot, use the overloaded AddSlot method |
Reference |