Returns the number of facts being tracked by this token and its parent tokens. The fact for this token may be accessed through the Fact property. The facts for the parent tokens can either be obtained by chaining up the Parent property or using the Facts property
Namespace: IEToken
Delphi |
public |
Property Value
Type: Integer
The Facts property uses the Count property and the Parent property to work with the token chain. The index = Count - 1 is the current token. The 0th index is the last parent token on the chain |