|
Add(IFactTemplate)
|
Adds the fact template to the hash table using the TemplateName as the hash key.
|
|
Assign(TPersistent)
|
Represents method Assign(TPersistent).
|
|
AssignLocal(TPersistent)
|
Copy "local" (owned by the Source) Fact templates to the current hash table
|
|
AssignTo(TPersistent)
|
Represents method AssignTo(TPersistent).
|
|
Clear
|
Overloaded. Clears the table of all fact templates
|
|
Clear(TConstructScope)
|
Overloaded. Clears the table of all imported or local fact templates
|
|
DefineProperties(TFiler)
|
Represents method DefineProperties(TFiler).
|
|
DoAdd(Integer,Integer,TIStringHashtableKey,TFactTemplatesValue)
|
Represents method DoAdd(Integer,Integer,TIStringHashtableKey,TFactTemplatesValue).
|
|
DoSetValue(Integer,TFactTemplatesValue)
|
Represents method DoSetValue(Integer,TFactTemplatesValue).
|
|
FillNodeSlot(TTreeView,TTreeNode,IFactTemplate,String,Boolean)
|
Adds a fact template slot as a child to a node in a tree view. The node is added as the last child of the node specified by the ParentNode parameter. The SlotName specifies the slot to add. FillNodeSlot returns the node that has been added.
|
|
FillTreeView(TTreeView)
|
Adds all the fact templates to a tree view
|
|
FillTreeViewNode(TTreeView,TTreeNode,IFactTemplate)
|
Adds a fact template as a sibling tree node to the Sibling parameter. FillTreeViewNode returns the node that has been added
|
|
GenerateToString(Boolean)
|
Represents method GenerateToString(Boolean).
|
|
LoadTemplatesProperty(TReader)
|
Represents method LoadTemplatesProperty(TReader).
|
|
LocalsToString
|
Returns a parsable, string representation of all the fact templates local to the Module in the table. Each fact template representation is separated by a carraige return and line feed
|
|
Remove(String)
|
Removes the value at the specified hash key and returns it. If there was no value at the key, the function returns nil
|
|
Replace(IFactTemplate,IFactTemplate)
|
Replaces the OldFactTemplate fact template with the NewFactTemplate
|
|
StoreTemplatesProperty(TWriter)
|
Represents method StoreTemplatesProperty(TWriter).
|
|
ToString
|
Returns a parsable, string representation of all the fact templates in the table. Each fact template representation is separated by a carraige return and line feed
|