wodHttpDLX ActiveX Control - Blocking Property
      
 

Description

Selects blocking mode.


Property type

A Boolean value.  


Syntax

object.Blocking [= value]



The Blocking Property syntax has these parts:

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

Remarks

If this property is set to True, none of the methods will return to your code until the command completes. In other words, the command will be handled synchronously.

If this property is False, all commands are handled asynchronously. They return to you immediately and you are notified of completion with the Done event. When the user-interface requires that the user is able to continue working while the control does its work, it is recommended that Blocking is set to False so that your program can respond quickly to user actions.