Navigation: Code Documentation > IE > IEFacts > Classes
TFactSet Class
Represents type TFactSet.
Namespace: IEFacts
TComponent IEFacts.TFactSet IEClipsParser.TCrackFactSet
Delphi
type TFactSet = class(TComponent) end;
Name
Description
Create(TComponent)
Overloaded. Initializes a new instance of the TFactSet class.
Create(TComponent,String,String)
Destroy
Represents the destructor of the TFactSet class.
Top
AsString
Represents property AsString.
Comment
Represents property Comment.
Engine
Represents property Engine.
Facts
Represents property Facts.
FactSetName
Represents property FactSetName.
Fact[Integer]
Represents property Fact[Integer].
Module
Represents property Module.
AddFact(IFact)
Represents method AddFact(IFact).
Assign(TPersistent)
Represents method Assign(TPersistent).
Clone(TComponent)
Represents method Clone(TComponent).
FocusModule(Boolean)
GetEnumerator
Represents method GetEnumerator.
IndexOf(IFact)
Represents method IndexOf(IFact).
Loaded
Represents method Loaded.
Notification(TComponent,TOperation)
Represents method Notification(TComponent,TOperation).
Reload
Represents method Reload.
Remove(IFact)
Represents method Remove(IFact).
Reset
Represents method Reset.
SetEngine(TComponent)
Represents method SetEngine(TComponent).
SetEngineNoParse(TComponent)
Represents method SetEngineNoParse(TComponent).
ToString
Represents method ToString.
•IEFacts