DDEStringMBS class
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
DDEStringMBS class
A string for
DDEMBS conversation.
Be carefully: This objects for data received inside a DDEMBS Event are read only. Passing an object to a function normally destroys it.
- 2 properties
- 3 methods
- method Len as Integer
- method Mem as memoryblock
- method Str as string
This class has no sub classes.
Some methods using this class:
- DDEMBS.clientTransaction(type as Integer,topic as DDEStringMBS) as DDEBinaryDataMBS
- DDEMBS.clientTransaction(type as Integer,topic as DDEStringMBS, data as DDEBinaryDataMBS) as DDEBinaryDataMBS
- DDEMBS.clientTransaction(type as Integer,topic as DDEStringMBS, data as DDEBinaryDataMBS, datatype as Integer) as DDEBinaryDataMBS
- DDEMBS.clientTransactionBoolean(type as Integer,topic as DDEStringMBS, data as DDEBinaryDataMBS) as Boolean
- DDEMBS.ConnectToServer(appname as DDEStringMBS, topic as DDEStringMBS) as boolean
- DDEMBS.NewDDEBinaryData(name as DDEStringMBS,data as memoryblock,offset as Integer,length as Integer,dataformat as Integer) as DDEBinaryDataMBS
- DDEMBS.NewDDEString(ansistring as string) as DDEStringMBS
- DDEMBS.NewDDEStringUnicode(unicodestring as string) as DDEStringMBS
- DDEMBS.RegisterService(name as DDEStringMBS) as boolean
- DDEMBS.UnRegisterService(name as DDEStringMBS) as boolean
Some properties using for this class:
Some events using this class:
- DDEMBS.AdviceData(topic as DDEStringMBS, item as DDEStringMBS, dataformat as Integer,data as DDEBinaryDataMBS) as Integer
- DDEMBS.AdviceRequest(topic as DDEStringMBS, item as DDEStringMBS, dataformat as Integer,remaincount as Integer) as DDEBinaryDataMBS
- DDEMBS.AdviceStart(topic as DDEStringMBS, item as DDEStringMBS, dataformat as Integer) as Boolean
- DDEMBS.AdviceStop(topic as DDEStringMBS, item as DDEStringMBS, dataformat as Integer)
- DDEMBS.Connect(topic as DDEStringMBS, service as DDEStringMBS, myself as Boolean,info as DDEContextInfoMBS) as Boolean
- DDEMBS.Execute(topic as DDEStringMBS,data as DDEBinaryDataMBS) as Integer
- DDEMBS.Poke(topic as DDEStringMBS,item as DDEStringMBS,data as DDEBinaryDataMBS) as Integer
- DDEMBS.Register(application as DDEStringMBS,service as DDEStringMBS)
- DDEMBS.UnRegister(application as DDEStringMBS,service as DDEStringMBS)
- DDEMBS.WildConnect(topic as DDEStringMBS,service as DDEStringMBS, myself as boolean,info as DDEContextInfoMBS) as DDEStringPairListMBS
Some examples using this class:
The items on this page are in the following plugins: MBS Win Plugin.
DDEMBS
-
DDEStringPairListMBS