Adds a IFactSlot to the fact template with the given slot name and default value. Using the slotname, you can access the slot using the Slot property. This method also sets the Ordered property implicitly. A multislot is a slot which takes a list as a value.
Namespace: IEFacts
Delphi |
public |
Parameters
SlotName
Type: String
DefaultValue
Type: IIEValue
IFactTemplate.AddMultiSlot(String,IIEValue)
To add a slot with only a single value, call the AddSlot method instead. To add any IFactSlot, use the other AddSlot method. |
Reference |