The plugin part WindowsDDE
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
The plugin part MBS Win Plugin:WindowsDDE:
All Console safe,
33 entry points.
- class DDEBinaryDataMBS
- class DDEContextInfoMBS
- class DDEMBS
- method InitClient as boolean
- method InitServer as boolean
- method ConnectToServer(appname as DDEStringMBS, topic as DDEStringMBS) as boolean
- method Close
- 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 NewDDEString(ansistring as string) as DDEStringMBS
- method NewDDEStringUnicode(unicodestring as string) as DDEStringMBS
- 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 NewDDEBinaryData(name as DDEStringMBS,data as memoryblock,offset as integer,length as integer,dataformat as integer) as DDEBinaryDataMBS
- method RegisterService(name as DDEStringMBS) as boolean
- method UnRegisterService(name as DDEStringMBS) as boolean
- property Timeout as Integer
- property LastError as Integer
- 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 Connect(topic as DDEStringMBS, service as DDEStringMBS, myself as Boolean,info as DDEContextInfoMBS) as Boolean
- event ConfirmConnect(topic as DDEStringMBS, service as DDEStringMBS, myself 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
- class DDEStringMBS
- class DDEStringPairListMBS
- class DDEStringPairMBS