Navigation: Code Documentation > IE > IEFacts > Classes > TFact > Properties
TFact.ID Property
Tracks the ID of the fact. Every fact within the inference engine gets assigned a unique id (NewFactId method)
Namespace: IEFacts
Delphi
published property ID: Integer read FID write SetID default -1;
Property Value
Type: Integer
IFact.ID
•TFact
•IEFacts