Common Properties - Error


Every component has a set of Error properties.

Errors may be returned after a method is called or after a property is set.

Error.Hex
Error.Number
Error.Text
 


<>.Error.Hex

ActiveX: <>.ErrorHex
Type: String
When: Run-Time
Read/Write: Read Only

The hexadecimal representation of the value in Error.Number.

<>.Error.Number

ActiveX: <>.ErrorNumber
Type: Integer
When: Run-Time
Read/Write: Read Only
The numeric value of the error.

<>.Error.Text

ActiveX: <>.ErrorText
Type: String
When: Run-Time
Read/Write: Read Only
The string representation of the value in
Error.Number.
It is the constant as defined in the etTTConst.??? files.

 



Common Properties Common Properties - Popup