Contains a string representation of all the fuzzy variables and fuzzy sets in the fuzzy logic component. As fuzzy variables and sets are added to the component, this property gets updated. You can also change the strings property and fuzzy variables and sets will be automatically added, changed, and deleted.
Namespace: IFuzzyLogic
Delphi |
published |
Property Value
Type: Void
The Strings property is updated using the parser specified in the Parser property. Warning: Every time this property is accessed, if it needs to be updated (but ONLY if it needs to be updated because of changes to the collection of fuzzy variables/sets) it will updated to reflect the changes. However, if you store a pointer to the TStrings locally, the TCustomFuzzyLogic property will not be able to automatically update the TStrings object as changes occur |
Reference |