wodHttpDLX ActiveX Control - LastErrorText Property
LastErrorText
Property
Description
Friendly text string of last error.
Property type
A String value.
Syntax
object.LastErrorText
The LastErrorText Property syntax has these parts:
Part
Description
object
An expression
evaluating to an object of type wodHttpDLX.
Remarks
This property contains a user-friendly version of the
result of the last method executed. This string is empty if
the last method completed without error. Otherwise, it
contains a brief description of the error.
This property is read-only and only available at
run-time.