Navigation: Code Documentation > RSFuzzyLogic > FuzzyLogic > Classes > TFuzzyLogic > Events
TFuzzyLogic.OnVariableAdded Event
Occurs when a fuzzy variable is added to the fuzzy logic component. Use the OnVariableAdded event when you need to respond to a new fuzzy variable being added.
Namespace: FuzzyLogic
Delphi
published property OnVariableAdded: TFuzzyVariableEvent read FOnVariableAdded write FOnVariableAdded;
Value
Type: TFuzzyVariableEvent
•TFuzzyLogic
•FuzzyLogic