Vcl.DdeMan.TDdeClientConv.WaitStat

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WaitStat: Boolean read FWaitStat;

C++

__property bool WaitStat = {read=FWaitStat, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.DdeMan.pas
Vcl.DdeMan.hpp
Vcl.DdeMan TDdeClientConv

Description

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

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.

See Also