Navigation: Code Documentation > RSFuzzyLogic > FuzzyLogic > Classes > TFuzzyVariables > Properties
TFuzzyVariables.ItemByName[String] Property
Returns the fuzzy variable with the specified name. If no fuzzy variable of that name exists, an exception is raised.
Namespace: FuzzyLogic
Delphi
public property ItemByName[Index: String]: TFuzzyVariable read GetItemByName write SetItemByName;
Parameters
Index
Type: String
Type: TFuzzyVariable
•TFuzzyVariables
•FuzzyLogic