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 plugin MBS Win Plugin:
- method Open as boolean
- method ReadString(len as integer) as string
- method ReadMemory(len as integer) as memoryblock
- method Close
- method ReadByte as integer
- method ReadWord as integer
- method ReadInt as integer
- property Handle as Integer
- property Lasterror as Integer
- event QuerySuspend(PromptUser as boolean) as boolean
- event QueryStandby(PromptUser as boolean) as boolean
- event QuerySuspendFailed
- event QueryStandbyFailed
- event Suspend
- event Standby
- event ResumeCritical
- event ResumeSuspend
- event ResumeStandby
- event BatteryLow
- event PowerStatusChange
- event OEMEvent(eventcode as integer)
- event ResumeAutomatic
- method Create(name as string)
- method Open(name as string)
- method Close
- property Handle as Integer
- property Release as Boolean
- property Name as String
- property Lasterror as Integer
- property Left as Integer
- property Top as Integer
- property Height as Integer
- property Width as Integer
- property Bottom as Integer
- property Right as Integer
- property AlwaysOnTop as Boolean
- property AutoHide as Boolean
- property Width as Integer
- property Height as Integer
- property CursorX as Integer
- property CursorY as Integer
- property TextColor as Integer
- property BackColor as Integer
- property WindowLeft as Integer
- property WindowTop as Integer
- property WindowWidth as Integer
- property WindowHeight as Integer
- property MaxWidth as Integer
- property MaxHeight as Integer
- method ReadConsole(maxcount as integer) as string
- method WriteConsole(message as string) as boolean
- method State as ConsoleStateMBS
- method FlushConsole
- method Close
- method SetCursorPosition(x as integer,y as integer)
- method SetWindowPosition(absolute as boolean, left as integer,top as integer, right as integer, bottom as integer)
- property Title as string
- property GotConsole as boolean
- property Black as integer
- property Blue as integer
- property Green as integer
- property Red as integer
- property Highlight as integer
- property TextColor as integer
- property BackColor as integer
- property WaitForReturn as boolean
- property EchoInput as boolean
- property AutoScrollAtEOL as boolean
- property ProcessInput as boolean
- property ProcessOutput as boolean
- property CursorSize as integer
- property CursorVisible as boolean
- property InputCodepage as integer
- property OutputCodepage as integer
- event ConsoleOpened
- event ConsoleClosed
- event ControlC as boolean
- event ControlBreak as boolean
- event UserClose as boolean
- event Logoff as boolean
- event Shutdown as boolean
- method Constructor
- method Constructor(path as string)
- property Valid as Boolean
- property CaseIsPreserved as Boolean
- property Path as String
- property CaseSensitive as Boolean
- property Name as String
- property SupportsUnicodeFilenames as Boolean
- property Serial as Integer
- property SupportsFileCompression as Boolean
- property MaxNameLength as Integer
- property IsCompressedVolume as Boolean
- property FileSystemName as String
- property SupportsFileEncryption as Boolean
- method SetWindowMaskMBS(p as picture, redraw as Boolean, transparentColor as color) as Boolean
- method SetWindowIconMBS(Type as integer, File as FolderItem, IconID as integer) as Boolean
- method SetWindowIconMBS(Type as integer, Icon as Picture, Mask as Picture) as Boolean
- method HandleMBS as integer
- method StretchBltMBS(nXOriginDest as integer, nYOriginDest as integer, nWidthDest as integer, nHeightDest as integer, source as graphics, nXOriginSrc as integer, nYOriginSrc as integer, nWidthSrc as integer, nHeightSrc as integer, dwRop as integer) as boolean
- ExitWindowsMBS(mode as integer) as boolean
- WindowsSystemMetricsMBS(what as integer) as integer
- GetWindowsColorProfileMBS as folderitem
- GetWindowsDisplayColorProfileMBS(DisplayIndex as integer) as folderitem
- method CDBurn(hostwindow as window)
- method CDBurn
- method HasRecordableDrive as boolean
- method RecorderDriveLetter as string
- property Available as boolean
- property Lasterror as integer
- property Flags as Integer
- property CountryID as Integer
- property Unicode as Boolean
- property LangID as Integer
- property Ansi as Boolean
- property Security as Integer
- method Mem as Memoryblock
- method Str as string
- method Size as integer
- property Release as Boolean
- property Handle as Integer
- method Len as integer
- method Str as string
- method Mem as memoryblock
- property Release as Boolean
- property Handle as Integer
- method Count as integer
- method Append(item as DDEStringPairMBS)
- method Item(index as integer) as DDEStringPairMBS
- 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,info as DDEContextInfoMBS)
- 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
- method QueryUnicodeValue(key as string) as string
- method QueryBinaryValue(key as string) as string
- method GetFileDescription as string
- method GetFileVersion as string
- method GetInternalName as string
- method GetCompanyName as string
- method GetLegalCopyright as string
- method GetOriginalFilename as string
- method GetProductName as string
- method GetProductVersion as string
- method FileVersion as string
- method ProductVersion as string
- method OpenFile(file as folderitem) as boolean
- property Success as Boolean
- property FileVersionMS as Integer
- property FileVersionLS as Integer
- property ProductVersionMS as Integer
- property ProductVersionLS as Integer
- property FileFlags as Integer
- property FileOS as Integer
- property FileType as Integer
- property FileSubtype as Integer
- property FileDateMS as Integer
- property FileDateLS as Integer
- property LangCharset as Integer
- method Constructor(path as folderitem, subtree as boolean, FilterFlags as integer)
- property ChangeCount as Integer
- property Handle as Integer
- event Changed
- method IENavigatorOnLineMBS as boolean
- method IENavigatorJavaEnabledMBS as boolean
- method IENavigatorCookieEnabledMBS as boolean
- method IENavigatorAppNameMBS as string
- method IENavigatorAppVersionMBS as string
- method IENavigatorBrowserLanguageMBS as string
- method IENavigatorUserAgentMBS as string
- method IENavigatorUserLanguageMBS as string
- method IENavigatorAppMinorVersionMBS as string
- method IEHistoryBackMBS
- method IEHistoryForwardMBS
- method IEHistoryLengthMBS as integer
- method IEURLMBS as string
- method IETitleMBS as string
- method IEMimeTypeMBS as string
- method IEReferrerMBS as string
- method IECookieMBS as string
- method IEDomainMBS as string
- method IELastModifiedMBS as string
- method IEToStringMBS as string
- method IECharSetMBS as string
- method IEDefaultCharsetMBS as string
- method IEFileSizeMBS as string
- method IEFileCreationDateMBS as string
- method IEFileModifiedDateMBS as string
- method IEFileUpdatedDateMBS as string
- method IESecurityMBS as string
- method IEProtocolMBS as string
- method IENamePropMBS as string
- method IEHTMLTextMBS as string
- method IETextMBS as string
- method IEHandleMBS as integer
- method IERunJavaScriptMBS(JavaScript as string) as boolean
- method IEFindTextMBS(text as string, count as integer, flags as integer, selectText as boolean) as boolean
- method IEContinueFindTextMBS(text as string, count as integer, flags as integer, selectText as boolean) as boolean
- method GetProfileInt(appname as string, keyname as string, default as integer) as integer
- method GetProfileInt(appname as string, keyname as string) as integer
- method GetProfileString(appname as string, keyname as string, default as string) as string
- method GetProfileString(appname as string, keyname as string) as string
- method GetProfileSection(appname as string) as string
- method GetPrivateProfileInt(appname as string, keyname as string, default as integer)
- method GetPrivateProfileInt(appname as string, keyname as string) as string
- method GetPrivateProfileString(appname as string, keyname as string, default as string) as string
- method GetPrivateProfileString(appname as string, keyname as string) as string
- method GetPrivateProfileSection(appname as string) as string
- method GetPrivateProfileStruct(section as string, keyname as string, size as integer) as memoryblock
- method WritePrivateProfileString(appname as string, keyname as string, value as string) as boolean
- method WritePrivateProfileSection(appname as string, value as string) as boolean
- method WritePrivateProfileStruct(section as string, keyname as string, mem as memoryblock, size as integer) as boolean
- property BufferSize as Integer
- property Filename as String
- method Install as boolean
- method Uninstall as boolean
- method BlockKey(virtualkeycode as integer) as boolean
- property BlockAltTab as boolean
- property BlockControlEscape as boolean
- property BlockAltEscape as boolean
- property BlockControlAltDelete as boolean
- property BlockAltF4 as boolean
- property BlockLeftButton as Boolean
- property BlockRightButton as Boolean
- property BlockCancel as Boolean
- property BlockMiddleButton as Boolean
- property BlockBack as Boolean
- property BlockTab as Boolean
- property BlockClear as Boolean
- property BlockReturn as Boolean
- property BlockShift as Boolean
- property BlockControl as Boolean
- property BlockAlt as Boolean
- property BlockPause as Boolean
- property BlockCapital as Boolean
- property BlockEscape as Boolean
- property BlockSpace as Boolean
- property BlockEnd as Boolean
- property BlockHome as Boolean
- property BlockLeft as Boolean
- property BlockUp as Boolean
- property BlockRight as Boolean
- property BlockDown as Boolean
- property BlockSelect as Boolean
- property BlockPrint as Boolean
- property BlockExecute as Boolean
- property BlockSnapshot as Boolean
- property BlockInsert as Boolean
- property BlockDelete as Boolean
- property BlockHelp as Boolean
- property BlockLeftWindowsKey as Boolean
- property BlockRightWindowsKey as Boolean
- property BlockApplicationWindowsKey as Boolean
- property BlockSleep as Boolean
- property BlockF1 as Boolean
- property BlockF2 as Boolean
- property BlockF3 as Boolean
- property BlockF4 as Boolean
- property BlockF5 as Boolean
- property BlockF6 as Boolean
- property BlockF7 as Boolean
- property BlockF8 as Boolean
- property BlockF9 as Boolean
- property BlockF10 as Boolean
- property BlockF11 as Boolean
- property BlockF12 as Boolean
- property BlockF13 as Boolean
- property BlockF14 as Boolean
- property BlockF15 as Boolean
- property BlockF16 as Boolean
- property BlockF17 as Boolean
- property BlockF18 as Boolean
- property BlockF19 as Boolean
- property BlockF20 as Boolean
- property BlockF21 as Boolean
- property BlockF22 as Boolean
- property BlockF23 as Boolean
- property BlockF24 as Boolean
- method Constructor
- method Update as boolean
- method WindowLeft(index as integer) as integer
- method WindowTop(index as integer) as integer
- method WindowWidth(index as integer) as integer
- method WindowHeight(index as integer) as integer
- method WindowText(index as integer) as string
- method WindowHandle(index as integer) as integer
- method WindowThreadHandle(index as integer) as integer
- method WindowProcessID(index as integer) as integer
- method WindowImageFileName(index as integer) as string
- method WindowVisible(index as integer) as boolean
- method WindowIconic(index as integer) as boolean
- method WindowZoomed(index as integer) as boolean
- property WindowCount as Integer
- property DesktopWindowHandle as Integer
- property ForegroundWindowHandle as Integer
- property CurrentProcessID as Integer
- property CurrentThreadID as Integer
- method Run
- property Command as String
- property Errorstring as String
- property Errorcode as Integer
- property Result as String
- method DestinationDigitalVolume as double
- method DestinationDigitalMute as boolean
- method DestinationLineVolume as double
- method DestinationLineMute as boolean
- method DestinationMonitorVolume as double
- method DestinationMonitorMute as boolean
- method DestinationSpeakersVolume as double
- method DestinationSpeakersMute as boolean
- method DestinationHeadPhonesVolume as double
- method DestinationHeadPhonesMute as boolean
- method DestinationTelephoneVolume as double
- method DestinationTelephoneMute as boolean
- method DestinationVoiceInVolume as double
- method DestinationVoiceInMute as boolean
- method DestinationWaveInVolume as double
- method DestinationWaveInMute as boolean
- method SourceDigitalVolume as double
- method SourceDigitalMute as boolean
- method SourceLineVolume as double
- method SourceLineMute as boolean
- method SourceMicrophoneVolume as double
- method SourceMicrophoneMute as boolean
- method SourceSynthesizerVolume as double
- method SourceSynthesizerMute as boolean
- method SourceCompactDiscVolume as double
- method SourceCompactDiscMute as boolean
- method SourceTelephoneVolume as double
- method SourceTelephoneMute as boolean
- method SourcePCSpeakerVolume as double
- method SourcePCSpeakerMute as boolean
- method SourceWaveOutVolume as double
- method SourceWaveOutMute as boolean
- method SourceAuxiliaryVolume as double
- method SourceAuxiliaryMute as boolean
- method SourceAnalogVolume as double
- method SourceAnalogMute as boolean
- method DeviceCount as integer
- method DeviceName(index as integer) as string
- property Lasterror as Integer
- property DeviceIndex as Integer
- method AddJob as boolean
- method WriteJob(data as string) as integer
- method ScheduleJob as boolean
- method OpenPrinter(PrinterName as string) as boolean
- property PrinterHandle as Integer
- property JobID as Integer
- property JobPath as String
- property ServerName as String
- property PrinterName as String
- property ShareName as String
- property PortName as String
- property DriverName as String
- property Comment as String
- property Location as String
- property SeparatorPageFile as String
- property PrintProcessor as String
- property Datatype as String
- property Parameters as String
- property AttributeFlags as Integer
- property Priority as Integer
- property DefaultPriority as Integer
- property StartTime as Integer
- property UntilTime as Integer
- property Status as Integer
- property CountJobs as Integer
- property AveragePPM as Integer
- method Close
- method SetDefaultPrinter as integer
- method Printer(index as integer) as WindowsPrinterMBS
- property DefaultPrinterName as String
- property DefaultPortName as String
- property DefaultDriverName as String
- property Count as Integer
- method ClassesRoot as RegistryKeyMBS
- method CurrentConfig as RegistryKeyMBS
- method CurrentUser as RegistryKeyMBS
- method LocalMachine as RegistryKeyMBS
- method Users as RegistryKeyMBS
- method Key(keypath as string) as RegistryKeyMBS
- method getStringValue(keypath as string,valuename as string) as String
- method getBinaryStringValue(keypath as string,valuename as string) as String
- method getBinaryValue(keypath as string,valuename as string) as Memoryblock
- method Item(index as integer) as RegistryKeyMBS
- method ItemName(index as integer) as string
- method Value(index as integer) as RegistryValueMBS
- method CreateKey(name as string) as RegistryKeyMBS
- method Delete(keyname as string) as boolean
- method Flush
- method ValueItem(name as string) as RegistryValueMBS
- property Name as String
- property ItemCount as Integer
- property ValueCount as Integer
- method Create as integer
- method Remove as integer
- property Extension as String
- property Description as String
- property FileType as String
- property IconFile as Folderitem
- property IconID as Integer
- property AppFile as Folderitem
- property OpenDescription as String
- method SetBinaryStr(typ as integer,data as String)
- method SetBinaryMem(typ as integer,data as Memoryblock)
- method Delete as boolean
- property Name as String
- property Size as Integer
- property Type as Integer
- property isString as Boolean
- property isBinary as Boolean
- property isLong32 as Boolean
- property isLong64 as Boolean
- property asString as String
- property asBinaryString as String
- property asBinary as Memoryblock
- property asLong32 as Integer
- property asLong64 as Double
- method CreateShortCut as boolean
- method AddShortCutIcon as boolean
- method ResolveShortCut(DisableGUI as boolean=false, DisableSearch as boolean=false) as boolean
- property Location as String
- property Target as String
- property Arguments as String
- property WorkingDirectory as String
- property Command as Integer
- property Icon as String
- property IconID as Integer
- property Description as String
- property ParentWindow as Window
- method CreateInternetShortCut as boolean
- method AddInternetShortCutIcon as boolean
- method Close
- property Location as String
- property URL as String
- property WorkingDirectory as String
- property Command as Integer
- property Icon as String
- property IconID as Integer
- method Add as boolean
- method Modify as boolean
- method Remove as boolean
- method SetFocus as boolean
- method SetIconPicture(Icon as picture, Mask as picture) as boolean
- method SetIconFile(IconFile as Folderitem, IconID as integer) as boolean
- method InstallEvent(w as window) as boolean
- method RemoveEvent
- property Tooltip as string
- property IconHandle as Integer
- property ID as Integer
- property BalloonText as string
- property BalloonTitle as string
- property BalloonTimeout as integer
- property BalloonMode as integer
- property UsingNewEvents as Boolean
- shared method Available as boolean
- event MouseMove(id as integer, MouseX as integer, MouseY as integer)
- event MouseLeftButtonDown(id as integer, MouseX as integer, MouseY as integer)
- event MouseLeftButtonUp(id as integer, MouseX as integer, MouseY as integer)
- event MouseLeftButtonDoubleClick(id as integer, MouseX as integer, MouseY as integer)
- event MouseRightButtonDown(id as integer, MouseX as integer, MouseY as integer)
- event MouseRightButtonUp(id as integer, MouseX as integer, MouseY as integer)
- event MouseRightButtonDoubleClick(id as integer, MouseX as integer, MouseY as integer)
- event MouseMiddleButtonDown(id as integer, MouseX as integer, MouseY as integer)
- event MouseMiddleButtonUp(id as integer, MouseX as integer, MouseY as integer)
- event MouseMiddleButtonDoubleClick(id as integer, MouseX as integer, MouseY as integer)
- event PopupOpen(id as integer, MouseX as integer, MouseY as integer)
- event Selected(id as integer, MouseX as integer, MouseY as integer)
- event KeySelected(id as integer, MouseX as integer, MouseY as integer)
- event BalloonShow(id as integer, MouseX as integer, MouseY as integer)
- event BalloonHide(id as integer, MouseX as integer, MouseY as integer)
- event BalloonTimeout(id as integer, MouseX as integer, MouseY as integer)
- event BalloonUserClick(id as integer, MouseX as integer, MouseY as integer)
- event ContextMenu(id as integer, MouseX as integer, MouseY as integer)
- property Pagesize as Integer
- property MemoryLoad as Integer
- property TotalPhysicalMemory as Integer
- property AvailablePhysicalMemory as Integer
- property TotalPageFileMemory as Integer
- property AvailablePageFileMemory as Integer
- property TotalVirtualMemory as Integer
- property AvailableVirtualMemory as Integer
- method Constructor(ProcessID as integer)
- method Constructor
- property ProcessID as Integer
- property PageFaultCount as Integer
- property PeakWorkingSetSize as Integer
- property WorkingSetSize as Integer
- property QuotaPeakPagedPoolUsage as Integer
- property QuotaPagedPoolUsage as Integer
- property QuotaPeakNonPagedPoolUsage as Integer
- property QuotaNonPagedPoolUsage as Integer
- property PagefileUsage as Integer
- property PeakPagefileUsage as Integer
- method GetNames as string()
- method ConnectServer(NetworkResource as string, Username as string="", Password as string="", Locale as string="") as boolean
- method NextItem as boolean
- method Query(QueryLanguage as string, QueryText as string) as boolean
- method GetProperty(Name as string) as variant
- method GetPropertyString(Name as string) as string
- method GetPropertyInteger(Name as string) as integer
- method GetPropertyDouble(Name as string) as double
- method GetPropertyType(Name as string) as integer
- method GetPropertyTypeString(Name as string) as string
- method GetPropertyInt64(Name as string) as Int64
- property LocatorHandle as Integer
- property ServiceHandle as Integer
- property EnumeratorHandle as Integer
- property Lasterror as Integer
- property Flags as Integer
- property Position as Integer
- property PathName as String
- property Filename as String
- property Path as FolderItem
- method SendMail(parent as window, DisplayDialog as boolean, DisplayLogonDialog as boolean) as integer
- method SendMail(DisplayDialog as boolean, DisplayLogonDialog as boolean) as integer
- method AddRecipient(recipient as MapiRecipientMBS)
- method AddFile(file as MapiFileMBS)
- property Subject as String
- property NoteText as String
- property MessageType as String
- property DateReceived as String
- property ConversationID as String
- property Flags as Integer
- property Originator as MapiRecipientMBS
- shared method IsAvailable as boolean
- method Description as string
- method Close
- property Lasterror as Integer
- property Handle as Integer
- property Release as Boolean
- method Speak(unicodestring as string, Purge as Boolean=false)
- method Resume
- method WaitUntilDone(msTimeout as integer)
- method Pause
- method ListVoices as boolean
- method NextVoice as WinVoiceMBS
- method Close
- method SpeakFile(file as folderitem, unicodestring as string)
- method Skip(sentenceCount as integer) as integer
- method IsUISupported(type as string) as boolean
- method DisplayUI(type as string, title as string="", parent as window=nil)
- property Lasterror as Integer
- property Handle as Integer
- property kMinRate as Integer
- property kMaxRate as Integer
- property kMinVolume as Integer
- property kMaxVolume as Integer
- property Volume as Integer
- property Rate as Integer
- property Priority as Integer
- property Voice as WinVoiceMBS
- property IsSpeaking as Boolean
- property IsDone as Boolean
- property SyncSpeakTimeout as Integer
- method Close
- property ExceptionCode as Integer
- property ExceptionName as String
- property ExceptionFlags as Integer
- property ExceptionIsNonContinuable as Boolean
- property ExceptionAddress as Integer
- event GotException() as integer
Monkeybread Software Realbasic Plugins - Pfarrgemeinderat St. Arnulf Nickenich