|
C1021: Access to property denied |
Top Previous Next |
Description:
This error occurs when a property was defined for read-only or for write-only, but the program tries to access this property in a different way.
Example:
sys.runmode = PL_SYS_MODE_DEBUG ' error C1021: write access to property is denied
|
See Also