BtServer:NoIVarPut()
<< Click to Display Table of Contents >>
BtServer:NoIVarPut()
|
|
Purpose
Provide a general error interception that is automatically called (in any class) whenever an assignment reference is made to a non-existent exported instance variable. In the BtServer class, it is used to implement access to field values
Prototype
METHOD NoIVarPut ( symVar, uValue ) CLASS BtServer
See Also