RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DdeMan.TDataMode Enumeration

TDataMode indicates whether a stage in a DDE conversation happens automatically.

Pascal
TDataMode = (
  ddeAutomatic,
  ddeManual
);
C++
enum TDataMode {
  ddeAutomatic,
  ddeManual
};

The following table lists the possible values:

Value 
Meaning 
ddeAutomatic  
The stage in the DDE conversation is initiated automatically.  
axrIncludeDescendants  
The application must call a method to initiate the stage in the DDE converstation.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!