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
ActiveX: <>.ErrorHex
Type: String
When: Run-Time
Read/Write: Read
Only
The hexadecimal representation of the value in Error.Number.
ActiveX: <>.ErrorNumber
Type: Integer
When: Run-Time
Read/Write: Read
Only
The numeric value of the error.
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.