Error Property |
DEVELOPER |
The Client Management ActiveX control contains the Error property:
|
|
Purpose |
Error property contains a numeric code value of the last error encountered by the control. |
Syntax |
#VALUENOW = ObjectTagName.Error |
Operation |
ObjectTagName is an object expression that evaluates to the ClientManagement control. |
Remarks |
The value of this property is read only, and will only contain a valid value when read within the SessionError event handler logic. Once the value is read, any subsequent reads will return zero. |
Example |
|
Topic ID: 500456