Vcl.DdeMan.TDataMode
Delphi
TDataMode = (ddeAutomatic, ddeManual);
C++
enum DECLSPEC_DENUM TDataMode : unsigned char { ddeAutomatic, ddeManual };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | Vcl.DdeMan.pas Vcl.DdeMan.hpp |
Vcl.DdeMan | Vcl.DdeMan |
Description
TDataMode indicates whether a stage in a DDE conversation happens automatically.
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. |