TDataMode indicates whether a stage in a DDE conversation happens automatically.
TDataMode = ( ddeAutomatic, ddeManual );
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!
|