Back to product page

Blocking property


Selects blocking mode.

Syntax

  • Basic
object.Blocking [= value]
The Blocking(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodHttpDLX.
valueA 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.

Platforms

Windows