MBS Plugin Documentation
Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchie
New in Version 7.0 7.1 7.2 7.3 7.4 7.5 7.6 7.7 7.8 8.0 8.1 8.2 8.3 8.4 8.5 8.6 8.7 9.0
The list of the themes, classes, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
The class DDEMBS
class DDEMBS
MBS Win Plugin (WindowsDDE),
class, DDE, MBS Win Plugin (WindowsDDE), class DDEMBS, Console safe, Mac OS X: Does nothing, Windows: Works, Linux x86: Does nothing, Feedback.
Function: Gives access to Windows DDE functions.
Notes: DDE on Windows is like AppleEvents on Mac OS, but not so comfortable.
Function: Gives access to Windows DDE functions.
Notes: DDE on Windows is like AppleEvents on Mac OS, but not so comfortable.
- event AdviceData(topic as DDEStringMBS, item as DDEStringMBS, dataformat as integer,data as DDEBinaryDataMBS) as integer
- event AdviceRequest(topic as DDEStringMBS, item as DDEStringMBS, dataformat as integer,remaincount as integer) as DDEBinaryDataMBS
- event AdviceStart(topic as DDEStringMBS, item as DDEStringMBS, dataformat as integer) as Boolean
- event AdviceStop(topic as DDEStringMBS, item as DDEStringMBS, dataformat as integer)
- event ConfirmConnect(topic as DDEStringMBS, service as DDEStringMBS, myself as Boolean,info as DDEContextInfoMBS)
- event Connect(topic as DDEStringMBS, service as DDEStringMBS, myself as Boolean,info as DDEContextInfoMBS) as Boolean
- event Disconnect(myself as Boolean)
- event Error(errorcode as integer)
- event Execute(topic as DDEStringMBS,data as DDEBinaryDataMBS) as integer
- event Poke(topic as DDEStringMBS,item as DDEStringMBS,data as DDEBinaryDataMBS) as integer
- event Register(application as DDEStringMBS,service as DDEStringMBS)
- event Request(topic as DDEStringMBS,item as DDEStringMBS,dataformat as integer) as DDEBinaryDataMBS
- event UnRegister(application as DDEStringMBS,service as DDEStringMBS)
- event WildConnect(topic as DDEStringMBS,service as DDEStringMBS, myself as boolean,info as DDEContextInfoMBS) as DDEStringPairListMBS
- property LastError as integer
- property Timeout as integer
- method clientTransaction(type as integer,topic as DDEStringMBS) as DDEBinaryDataMBS
- method clientTransaction(type as integer,topic as DDEStringMBS, data as DDEBinaryDataMBS) as DDEBinaryDataMBS
- method clientTransaction(type as integer,topic as DDEStringMBS, data as DDEBinaryDataMBS, datatype as integer) as DDEBinaryDataMBS
- method clientTransactionBoolean(type as integer,topic as DDEStringMBS) as Boolean
- method clientTransactionBoolean(type as integer,topic as DDEStringMBS, data as DDEBinaryDataMBS) as Boolean
- method clientTransactionBoolean(type as integer,topic as DDEStringMBS, data as DDEBinaryDataMBS, datatype as integer) as Boolean
- method close
- method ConnectToServer(appname as DDEStringMBS, topic as DDEStringMBS) as boolean
- method InitClient as boolean
- method InitServer as boolean
- method NewDDEBinaryData(name as DDEStringMBS,data as memoryblock,offset as integer,length as integer,dataformat as integer) as DDEBinaryDataMBS
- method NewDDEBinaryData(name as DDEStringMBS,data as string) as DDEBinaryDataMBS
- method NewDDEBinaryData(name as DDEStringMBS,data as string,offset as integer,length as integer) as DDEBinaryDataMBS
- method NewDDEString(ansistring as string) as DDEStringMBS
- method NewDDEStringUnicode(unicodestring as string) as DDEStringMBS
- method RegisterService(name as DDEStringMBS) as boolean
- method UnRegisterService(name as DDEStringMBS) as boolean
- const CF_BITMAP = 2
- const CF_DIB = 8
- const CF_DIBV5 = 17
- const CF_DIF = 5
- const CF_ENHMETAFILE = 14
- const CF_HDROP = 15
- const CF_LOCALE = 16
- const CF_METAFILEPICT = 3
- const CF_OEMTEXT = 7
- const CF_PALETTE = 9
- const CF_PENDATA = 10
- const CF_RIFF = 11
- const CF_SYLK = 4
- const CF_TEXT = 1
- const CF_TIFF = 6
- const CF_UNICODETEXT = 13
- const CF_WAVE = 12
- const DDE_FACK = &h8000
- const DDE_FBUSY = &h4000
- const DDE_FNOTPROCESSED = 0
- const XTYP_EXECUTE = &h4050
- const XTYP_POKE = &h4090
- const XTYP_REQUEST = &h20B0
Some examples which use this class:
- /Win/Windows DDE/AddItem
- /Win/Windows DDE/CreateGroup
- /Win/Windows DDE/DDE Client
- /Win/Windows DDE/DDE Server
- /Win/Windows DDE/DeleteGroup
- /Win/Windows DDE/List Excel Topics
- /Win/Windows DDE/Programmanger Groups
The items on this page are in the following plugins: MBS Win Plugin.
Monkeybread Software Realbasic Plugins - Messdiener Nickenich