Waits until all threads of the user are ready. This function is used to synchronize multiple threads.
WebAPI.bdh
WebThreadWait( in nFlag: number optional ) : boolean;
true if successful
false otherwise
Parameter | Description |
---|---|
nFlag |
Flag used to specify the following additional option (optional):
|
dcltrans transaction TMain begin WebUrl("http://www.MyCompany.com"); // do anything more ... WebThreadWait(); end TMain;