wodHttpDLX ActiveX Control - LastError Property
      
 

Description

Last error that occured on wodHttpDLX.


Property type

A Long value.  


Syntax

object.LastError [= value]



The LastError Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodHttpDLX.
value A Long value.

Remarks

This property contains the result of the last completed method. It is zero if the last method completed without error. Otherwise, it contains an error code.

This property is read-only and only available at run-time.