Adds a fact template as a sibling tree node to the Sibling parameter. FillTreeViewNode returns the node that has been added
Namespace: InferenceEngine
Delphi |
public |
Parameters
Tree
Type: TTreeView
Sibling
Type: TTreeNode
FactTemplate
Type: IFactTemplate
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 |