TFactTemplates.FillNodeSlot(TTreeView,TTreeNode,IFactTemplate,String,Boolean) Method |
Scroll Prev Top Next More |
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.
Namespace: InferenceEngine
Delphi |
public |
Parameters
Tree
Type: TTreeView
InNode
Type: TTreeNode
FactTemplate
Type: IFactTemplate
SlotName
Type: String
IsParentNode
Type: Boolean
Type: TTreeNode
The Data property of every TTreeNode contains a PChar (TRSStringPointerType) to the TemplateName of the fact template Note that this method is only available in Delphi XE or earlier. Use the methods in IEVclHelperFunctions or FMX.RS.IEHelperFunctions unit in Delphi XE2+ |
Reference |