Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | DDE | MBS Win Plugin | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
DDE on Windows is like AppleEvents on Mac OS, but not so comfortable.
Constant | Value | Description |
---|---|---|
CF_BITMAP | 2 |
A constant for the format parameter.
Specifies a Windows bitmap format |
CF_DIB | 8 |
A constant for the format parameter.
Specifies the Windows Device Independent Bitmap (DIB) format. |
CF_DIBV5 | 17 |
A constant for the format parameter.
Specifies the Windows Device Independent Bitmap (DIB) format of Windows 2000 and newer. |
CF_DIF | 5 |
A constant for the format parameter.
Specifies the Windows data interchange format. |
CF_ENHMETAFILE | 14 |
A constant for the format parameter.
Specifies the Windows enhanced metafile format. |
CF_HDROP | 15 |
A constant for the format parameter.
Specifies the Windows file drop format. |
CF_LOCALE | 16 |
A constant for the format parameter.
Specifies the Windows locale format. |
CF_METAFILEPICT | 3 |
A constant for the format parameter.
Specifies the Windows metafile format. |
CF_OEMTEXT | 7 |
A constant for the format parameter.
Specifies the standard Windows original equipment manufacturer (OEM) text format. |
CF_PALETTE | 9 |
A constant for the format parameter.
Specifies the Windows Palette format. |
CF_PENDATA | 10 |
A constant for the format parameter.
Specifies the Windows pen data format. |
CF_RIFF | 11 |
A constant for the format parameter.
Specifies the Resource Interchange File Format (RIFF) audio format. |
CF_SYLK | 4 |
A constant for the format parameter.
Specifies the Windows symbolic link format. |
CF_TEXT | 1 |
A constant for the format parameter.
Specifies the standard American National Standards Institute (ANSI) text format. |
CF_TIFF | 6 |
A constant for the format parameter.
Specifies the Tagged Image File Format (TIFF). |
CF_UNICODETEXT | 13 |
A constant for the format parameter.
Specifies the standard Windows Unicode text format. |
CF_WAVE | 12 |
A constant for the format parameter.
Specifies the wave audio format. |
DDE_FACK | &h8000 |
A constant for the return parameter of some events.
Return DDE_FACK if everything was handled well. |
DDE_FBUSY | &h4000 |
A constant for the return parameter of some events.
Return DDE_FBUSY if your application is busy and can't currently handle the request. |
DDE_FNOTPROCESSED | 0 |
A constant for the return parameter of some events.
Return DDE_FNOTPROCESSED if something went wrong will processing this event. |
XTYP_EXECUTE | &h4050 | A constant for the type parameter of ClientTransaction and ClientTransactionBoolean. |
XTYP_POKE | &h4090 | A constant for the type parameter of ClientTransaction and ClientTransactionBoolean. |
XTYP_REQUEST | &h20B0 | A constant for the type parameter of ClientTransaction and ClientTransactionBoolean. |
This class has no sub classes.
The items on this page are in the following plugins: MBS Win Plugin.
DDEContextInfoMBS - DDEStringMBS