 AcEditorReactor::sysVarChanged (ACHAR*, bool) |
This callback indicates that an attempt was made to change the varName system variable. It does not indicate that the actual value was changed. In some cases, it is possible to set a system variable without causing its value to change. For example, if FILLMODE was 0 and someone tried to set it to 0, then you would get a callback for that system variable, even though the call had no actual affect on the value of FILLMODE.This callback always occurs when a system variable is changed directly through the SETVAR command or by entering the variable name at... more |