RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDdeClientConv.WaitStat Property

Indicates whether the server is in the process of servicing a DDE macro that prohibits asynchronous DDE transactions.

Pascal
property WaitStat: Boolean;
C++
__property Boolean WaitStat;

Read WaitStat to learn whether a DDE transaction can be started. When WaitStat is true, the server is processing the last macro, and attempts to execute a macro, request data, or poke data will fail. When WaitStat is false, the server is free to execute the next transaction in the DDE conversation. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!