Navigation: Code Documentation > RSFuzzyLogic > IFuzzyLogic > Classes > TIFuzzyLogic > Events
TIFuzzyLogic.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: IFuzzyLogic
Delphi
published property OnVariableAdded: TIFuzzyVariableEvent read FOnVariableAdded write FOnVariableAdded;
Value
Type: TIFuzzyVariableEvent
•TIFuzzyLogic
•IFuzzyLogic