|
Add(TFactSet)
|
Inserts a fact set (TFactSet component) at the end of the list
|
|
Assign(TFactSets)
|
Represents method Assign(TFactSets).
|
|
GenerateToString
|
Represents method GenerateToString.
|
|
GetEnumerator
|
Returns an enumerator for the TFactSets object
|
|
IndexOf(String)
|
Overloaded. Returns the index of the fact set item that has the same name as the fact set parameter. If a fact set is not in the list, IndexOf returns -1. If a fact set appears more than once, IndexOf returns the index of the first appearance
|
|
IndexOf(TFactSet)
|
Overloaded. Returns the index of the list item that matches the fact set parameter. If a fact set is not in the list, IndexOf returns -1. If a fact set appears more than once, IndexOf returns the index of the first appearance
|
|
Insert(Integer,TFactSet)
|
Adds a fact set to the list at a specified position
|
|
Notify(TComponentListInstance,TRSListNotification)
|
Represents method Notify(TComponentListInstance,TRSListNotification).
|
|
Remove(TFactSet)
|
Removes a specified fact set from the list
|
|
ToString
|
Returns a parsable, string representation of all the fact sets (deffacts) in the list. Each fact set representation is separated by a carraige return and line feed.
|