| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Write-only property error.
Source position: sysutilh.inc line 197
| type EPropWriteOnly = class(Exception) | 
| 
 | Write-only property error. | |
| | | ||
| 
 | Base class of all exceptions. | |
| | | ||
| 
 | Base class of all classes. | 
EPropWriteOnly is raised when an attempt is made to read from a write-only property.
| 
 | Read-only property error. |