Platforms to show: All Mac Windows Linux Cross-Platform
The plugin MBS WinFrameworks Plugin:
- class MFPMediaItemMBS
- method StreamAttribute(index as Integer, UUID as String) as Variant
- method PresentationAttribute(UUID as String) as Variant
- method Constructor
- property StreamSelection(index as Integer) as Boolean
- property Handle as Integer
- property Tag as Variant
- property URL as String
- property NumberOfStreams as Integer
- property HasVideo as Boolean
- property HasVideoSelected as Boolean
- property HasAudio as Boolean
- property HasAudioSelected as Boolean
- property IsProtected as Boolean
- property Duration as Double
- property IsLive as Boolean
- property CanSeek as Boolean
- property CanPause as Boolean
- property HasSlowSeek as Boolean
- property Metadata as Dictionary
- property StartPosition as Double
- property StopPosition as Double
- class MFPMediaPlayerExceptionMBS
- class MFPMediaPlayerMBS
- method Constructor(URL as String, StartPlayback as Boolean, win as Window)
- method Constructor(URL as String, StartPlayback as Boolean, control as RectControl)
- method Constructor(URL as String, StartPlayback as Boolean, Handle as Integer)
- method Constructor(URL as String = "", StartPlayback as Boolean = false)
- method Play
- method Pause
- method Stop
- method FrameStep
- method RemoveAllEffects
- method Shutdown
- method UpdateVideo
- method ClearMediaItem
- method GetVideoSourceRect(byref Left as Single, byref Top as Single, byref Right as Single, byref Bottom as Single)
- method SetVideoSourceRect(Left as Single, Top as Single, Right as Single, Bottom as Single)
- method RemoveEffect(Handle as Integer)
- method InsertEffect(CLSID as String, isOptional as boolean = false) as Integer
- method CreateMediaItemFromURL(URL as String, Sync as Boolean = true, tag as Variant = nil) as MFPMediaItemMBS
- property Handle as Integer
- property Rate as Single
- property Volume as Single
- property Balance as Single
- property Mute as Boolean
- property State as Integer
- property MediaItem as MFPMediaItemMBS
- property Position as Double
- property Duration as Double
- property SlowestSupportedRateForward as Single
- property FastestSupportedRateForward as Single
- property SlowestSupportedRateReverse as Single
- property FastestSupportedRateReverse as Single
- property NativeVideoWidth as Integer
- property NativeVideoHeight as Integer
- property NativeVideoAspectRateWidth as Integer
- property NativeVideoAspectRateHeight as Integer
- property IdealVideoMinWidth as Integer
- property IdealVideoMinHeight as Integer
- property IdealVideoMaxWidth as Integer
- property IdealVideoMaxHeight as Integer
- property AspectRatioMode as Integer
- property BorderColor as Color
- property VideoWindow as Integer
- property Looping as Boolean
- event Started
- event Paused
- event Stopped
- event PositionSet
- event RateSet(rate as Single)
- event MediaItemCreated(MediaItem as MFPMediaItemMBS, Tag as variant)
- event MediaItemSet
- event FrameStepped
- event MediaItemCleared
- event Error
- event Ended
- class WebView2ExceptionMBS
- class WindowsLocationExceptionMBS
- class WindowsLocationManagerMBS
- method Constructor
- method RequestPermissions(win as window)
- method StopEvents
- method StartEvents(RequestedReportInterval as Integer = 0)
- property Handle as Integer
- property DesiredAccuracy as Integer
- property ReportInterval as Integer
- property ReportStatus as Integer
- property Report as WindowsLocationMBS
- event LocationChanged(Report as WindowsLocationMBS)
- event StatusChanged(Status as Integer)
- class WindowsLocationMBS
- class WindowsMLExceptionMBS
- class WindowsStoreAppLicenseMBS
- class WindowsStoreContextMBS
- method GetUserCollectionAsync(productKinds() as String, CompletionHandler as GetStoreProductsCompletedMBS)
- method GetAssociatedStoreProductsAsync(productKinds() as String, CompletionHandler as GetStoreProductsCompletedMBS)
- method GetStoreProductsAsync(productKinds() as String, storeIds() as String, CompletionHandler as GetStoreProductsCompletedMBS)
- method Constructor
- method Constructor(Parent as Window)
- method GetAppLicenseAsync(CompletionHandler as GetAppLicenseCompletedMBS)
- method RequestRateAndReviewAppAsync(CompletionHandler as RequestRateAndReviewAppCompletedMBS = nil)
- method RequestPurchaseAsync(CompletionHandler as RequestPurchaseCompletedMBS, StoreID as String, PurchaseProperties as WindowsStorePurchasePropertiesMBS = nil)
- method GetStoreProductForCurrentAppAsync(CompletionHandler as GetStoreProductForCurrentAppCompletedMBS)
- property Handle as Integer
- property Parent as Window
- class WindowsStoreExceptionMBS
- class WindowsStorePriceMBS
- class WindowsStoreProductMBS
- method Keywords as String()
- method Constructor
- method SKUs as WindowsStoreSKUMBS()
- method RequestPurchaseAsync(CompletionHandler as WindowsStoreContextMBS.RequestPurchaseCompletedMBS, PurchaseProperties as WindowsStorePurchasePropertiesMBS = nil)
- property Handle as Integer
- property IsInUserCollection as Boolean
- property HasDigitalDownload as Boolean
- property ExtendedJsonData as String
- property StoreId as String
- property Language as String
- property Title as String
- property LinkURI as String
- property Description as String
- property ProductKind as String
- property Price as WindowsStorePriceMBS
- class WindowsStoreProductQueryResultMBS
- class WindowsStoreProductResultMBS
- class WindowsStorePurchasePropertiesMBS
- class WindowsStorePurchaseResultMBS
- class WindowsStoreRateAndReviewResultMBS
- class WindowsStoreSKUMBS
- method RequestPurchaseAsync(CompletionHandler as WindowsStoreContextMBS.RequestPurchaseCompletedMBS, PurchaseProperties as WindowsStorePurchasePropertiesMBS = nil)
- method BundledSKUs as String()
- method Constructor
- property Handle as Integer
- property StoreId as String
- property Language as String
- property Title as String
- property Description as String
- property Price as WindowsStorePriceMBS
- property ExtendedJsonData as String
- property IsSubscription as Boolean
- property IsTrial as Boolean
- property IsInUserCollection as Boolean
- property CustomDeveloperData as String
- class WinFileDialogExceptionMBS
- class WinFileDialogMBS
- method StartVisualGroup(ControlID as Integer, label as String)
- method EndVisualGroup
- method RemoveAllControlItems(ControlID as Integer)
- method RemoveControlItem(ControlID as Integer, ItemID as Integer)
- method AddControlItem(ControlID as Integer, ItemID as Integer, Label as String)
- method AddText(ControlID as Integer, Text as String = "")
- method AddSeparator(ControlID as Integer)
- method AddEditBox(ControlID as Integer, Text as String = "")
- method AddCheckButton(ControlID as Integer, label as String, Checked as boolean = false)
- method AddRadioButtonList(ControlID as Integer)
- method AddComboBox(ControlID as Integer)
- method AddPushButton(ControlID as Integer, Label as String)
- method AddMenu(ControlID as Integer, Label as String)
- method EnableOpenDropDown(ControlID as Integer)
- method Constructor
- method Show as Boolean
- method Show(parent as window) as Boolean
- method Close(cancel as boolean = false)
- method ClearClientData
- method AddPlace(Item as WinShellItemMBS, top as boolean = false)
- method SetFileTypes(FileTypes() as WinFileTypeMBS)
- property SelectedControlItem(ControlID as Integer) as Integer
- property ControlItemState(ControlID as Integer, ItemID as Integer) as Integer
- property ControlState(ControlID as Integer) as Integer
- property ControlLabel(ControlID as Integer) as String
- property EditBoxText(ControlID as Integer) as String
- property CheckButtonState(ControlID as Integer) as Boolean
- property ControlItemText(ControlID as Integer, ItemID as Integer) as String
- property Handle as Integer
- property Folder as WinShellItemMBS
- property Result as WinShellItemMBS
- property FileTypeIndex as Integer
- property Options as Integer
- property CurrentSelection as WinShellItemMBS
- property FileName as String
- property DefaultFolder as WinShellItemMBS
- property DefaultExtension as String
- property Title as String
- property OkButtonLabel as String
- property FileNameLabel as String
- property ClientGuid as String
- property ProminentControlID as Integer
- property WindowHandle as Integer
- property OptionOverwritePrompt as Boolean
- property OptionStrictFileTypes as Boolean
- property OptionNoChangeDir as Boolean
- property OptionPickFolders as Boolean
- property OptionForceFileSystem as Boolean
- property OptionAllNonStorageItems as Boolean
- property OptionNoValidate as Boolean
- property OptionAllowMultiSelect as Boolean
- property OptionPathMustExist as Boolean
- property OptionFileMustExist as Boolean
- property OptionCreatePrompt as Boolean
- property OptionShareaware as Boolean
- property OptionNoReadOnlyReturn as Boolean
- property OptionNoTestFileCreate as Boolean
- property OptionHideMRUPlaces as Boolean
- property OptionHidePinnedPlaces as Boolean
- property OptionNoDereferenceLinks as Boolean
- property OptionOKButtonNeedsInteraction as Boolean
- property OptionDontAaddToRecent as Boolean
- property OptionForceShowHidden as Boolean
- property OptionDefaultNoMiniMode as Boolean
- property OptionForcePreviewPaneOn as Boolean
- property OptionSupportsStreamableItems as Boolean
- event FileTypeChanged
- event ShareViolation(item as WinShellItemMBS) as Integer
- event Overwrite(item as WinShellItemMBS) as Integer
- event FolderChanging(Folder as WinShellItemMBS) as boolean
- event FileOk as Boolean
- event SelectionChange
- event FolderChanged
- event ItemSelected(ControlID as Integer, ItemID as Integer)
- event ButtonClicked(ControlID as Integer)
- event CheckButtonToggled(ControlID as Integer, Checked as Boolean)
- event ControlActivating(ControlID as Integer)
- class WinFileDialogObserverMBS
- class WinFileOpenDialogMBS
- class WinFileSaveDialogMBS
- class WinFileTypeMBS
- class WinLearningModelBindingMBS
- method Constructor(Session as WinLearningModelSessionMBS)
- method HasKey(key as string) as Boolean
- method Clear
- method SetDefaults
- method BindWithImage(name as string, Path as String)
- method BindWithImage(name as string, file as folderItem)
- method BindWithFloat(name as string, shape() as Integer, values() as Single = nil)
- method BindWithFloat16(name as string, shape() as Integer, values() as Single = nil)
- method BindWithDouble(name as string, shape() as Integer, values() as Double = nil)
- method BindWithInt8(name as string, shape() as Integer, values() as Int8 = nil)
- method BindWithUInt8(name as string, shape() as Integer, values() as UInt8 = nil)
- method BindWithInt16(name as string, shape() as Integer, values() as Int16 = nil)
- method BindWithUInt16(name as string, shape() as Integer, values() as UInt16 = nil)
- method BindWithInt32(name as string, shape() as Integer, values() as Int32 = nil)
- method BindWithUInt32(name as string, shape() as Integer, values() as UInt32 = nil)
- method BindWithInt64(name as string, shape() as Integer, values() as Int64 = nil)
- method BindWithUInt64(name as string, shape() as Integer, values() as UInt64 = nil)
- property Handle as Integer
- property Session as WinLearningModelSessionMBS
- class WinLearningModelEvaluationResultMBS
- method Constructor
- method OutputNames as String()
- method GetTensorFloat(name as string) as Single()
- method GetTensorFloat16(name as string) as Single()
- method GetTensorDouble(name as string) as Double()
- method GetTensorInt8(name as string) as Int8()
- method GetTensorUInt8(name as string) as UInt8()
- method GetTensorInt16(name as string) as Int16()
- method GetTensorUInt16(name as string) as UInt16()
- method GetTensorInt32(name as string) as Int32()
- method GetTensorUInt32(name as string) as UInt32()
- method GetTensorInt64(name as string) as Int64()
- method GetTensorUInt64(name as string) as UInt64()
- method GetTensorBoolean(name as string) as Boolean()
- property Handle as Integer
- property ErrorStatus as Integer
- property Succeeded as Boolean
- property CorrelationId as String
- class WinLearningModelFeatureDescriptorMBS
- class WinLearningModelImageFeatureDescriptorMBS
- class WinLearningModelMapFeatureDescriptorMBS
- class WinLearningModelMBS
- method Constructor
- method InputFeatures as WinLearningModelFeatureDescriptorMBS()
- method OutputFeatures as WinLearningModelFeatureDescriptorMBS()
- property Handle as Integer
- property Author as String
- property Name as String
- property Domain as String
- property Description as String
- property Version as Int64
- property Metadata as Dictionary
- shared method LoadFromFilePath(Path as String) as WinLearningModelMBS
- shared method LoadFromFile(File as FolderItem) as WinLearningModelMBS
- class WinLearningModelSequenceFeatureDescriptorMBS
- class WinLearningModelSessionMBS
- class WinLearningModelTensorFeatureDescriptorMBS
- class WinPhotoAcquireDeviceSelectionDialogMBS
- method Constructor
- method ShowModal(WindowHandle as Integer, DeviceFlags as Integer, byref deviceID as String, byref DeviceType as Integer) as boolean
- method ShowModal(Window as Window, DeviceFlags as Integer, byref deviceID as String, byref DeviceType as Integer) as boolean
- method Destructor
- property Handle as Integer
- property Title as String
- property SubmitButtonText as String
- class WinPhotoAcquireItemMBS
- method Constructor
- method Destructor
- method Delete
- method Thumbnail(width as Integer, Height as Integer) as Picture
- method Data as String
- method SubItem(Index as Integer) as WinPhotoAcquireItemMBS
- property PropertyValue(key as string) as Variant
- property Handle as Integer
- property ItemName as String
- property CanDelete as Boolean
- property SubItemCount as Integer
- shared method PropertyKeyRelativePathname as String
- shared method PropertyKeyFinalFilename as String
- shared method PropertyKeyGroupTag as String
- shared method PropertyKeyTransferResult as String
- shared method PropertyKeyOriginalFilename as String
- shared method PropertyKeyCameraSequenceNumber as String
- shared method PropertyKeyIntermediateFile as String
- shared method PropertyKeySkipImport as String
- shared method PropertyKeyDuplicateDetectionID as String
- class WinPhotoAcquireMBS
- method Acquire(PhotoAcquireSource as WinPhotoAcquireSourceMBS, ShowProgress as Boolean, ParentWindowHandle as Integer, ApplicationName as String, PhotoAcquireProgresCallback as WinPhotoAcquireProgressCallBackMBS)
- method Acquire(PhotoAcquireSource as WinPhotoAcquireSourceMBS, ShowProgress as Boolean, ParentWindow as Window, ApplicationName as String, PhotoAcquireProgresCallback as WinPhotoAcquireProgressCallBackMBS)
- method Results as String()
- method CreatePhotoSource(Device as String) as WinPhotoAcquireSourceMBS
- method Constructor
- method Destructor
- property Handle as Integer
- class WinPhotoAcquireOptionsDialogMBS
- method Constructor
- method Create(WindowHandle as Integer) as Integer
- method Create(Window as Window) as Integer
- method Initialize(RegistryRoot as String = "")
- method ShowModal(WindowHandle as Integer) as Integer
- method ShowModal(Window as Window) as Integer
- method Destroy
- method SaveData
- property Handle as Integer
- class WinPhotoAcquireProgressCallBackMBS
- method Constructor
- method Destructor
- property Handle as Integer
- event Cancelled(byref Cancelled as Boolean)
- event StartEnumeration(Source as WinPhotoAcquireSourceMBS)
- event FoundItem(Item as WinPhotoAcquireItemMBS) as Boolean
- event EndEnumeration(Result as Integer)
- event StartTransfer(Source as WinPhotoAcquireSourceMBS)
- event StartItemTransfer(ItemIndex as Integer, Item as WinPhotoAcquireItemMBS)
- event DirectoryCreated(Directory as String)
- event UpdateTransferPercent(Overall as Boolean, Percent as Integer)
- event EndItemTransfer(ItemIndex as Integer, Item as WinPhotoAcquireItemMBS, Result as Integer)
- event EndTransfer(Result as Integer)
- event StartDelete(Source as WinPhotoAcquireSourceMBS)
- event StartItemDelete(ItemIndex as Integer, Item as WinPhotoAcquireItemMBS)
- event UpdateDeletePercent(Percent as Integer)
- event EndItemDelete(ItemIndex as Integer, Item as WinPhotoAcquireItemMBS, Result as Integer)
- event EndDelete(Result as Integer)
- event EndSession(Result as Integer)
- event GetDeleteAfterAcquire(byref DeleteAfterAcquire as Boolean)
- event ErrorAdvise(Result as Integer, ErrorMessage as String, MessageType as Integer, byref ErrorAdviseResult as Integer)
- event GetUserInput(UserInput as WinUserInputStringMBS, byref Result as Variant, DefaultValue as Variant)
- class WinPhotoAcquireSettingsMBS
- method InitializeFromRegistry(RegistryKey as String)
- method Constructor
- method Destructor
- property Handle as Integer
- property GroupTag as String
- property SequencePaddingWidth as Integer
- property SequenceZeroPadding as Boolean
- property Flags as Integer
- property OutputFilenameTemplate as String
- property AcquisitionTime as Date
- property AcquisitionDateTime as DateTime
- class WinPhotoAcquireSourceMBS
- method InitializeItemList(ForceEnumeration as Boolean, PhotoAcquireProgress as WinPhotoAcquireProgressCallBackMBS, byref ItemCount as Integer)
- method Item(Index as Integer) as WinPhotoAcquireItemMBS
- method Destructor
- method Constructor
- property Handle as Integer
- property FriendlyName as String
- property DeviceId as String
- property ItemCount as Integer
- property PhotoAcquireSettings as WinPhotoAcquireSettingsMBS
- class WinPhotoExceptionMBS
- class WinPhotoProgressActionCallbackMBS
- class WinPhotoProgressDialogMBS
- method Destroy
- method Create(ParentWindowHandle as Integer)
- method Create(ParentWindow as Window)
- method IsCheckboxChecked(Index as Integer = 0) as Boolean
- method Destructor
- method Constructor
- property CheckboxVisible(Index as Integer = 0) as Boolean
- property CheckboxCheck(Index as Integer = 0) as Boolean
- property CheckboxTooltip(Index as Integer = 0) as String
- property CheckboxText(Index as Integer = 0) as String
- property Handle as Integer
- property Caption as String
- property ProgressText as String
- property Title as String
- property WindowHandle as Integer
- property PercentComplete as Integer
- property ActionLinkText as String
- property ActionLinkCallback as WinPhotoProgressActionCallbackMBS
- property ShowsActionLink as Boolean
- property IsCancelled as Boolean
- property Picture as Picture
- class WinShellItemArrayMBS
- class WinShellItemMBS
- method Constructor(path as String)
- method Constructor(item as folderItem)
- method Operator_Compare(other as WinShellItemMBS) as Integer
- method ReadData as String
- method Compare(other as WinShellItemMBS, Mode as Integer = 0) as Integer
- method Thumbnail(preferredSize as Integer) as Picture
- property Handle as Integer
- property Parent as WinShellItemMBS
- property DisplayName as String
- property NativePath as String
- property URLPath as String
- property Item as FolderItem
- class WinUserInputStringMBS
- method Constructor
- method Destructor
- method MRUEntry(Index as Integer) as String
- property Handle as Integer
- property SubmitButtonText as String
- property Prompt as String
- property StringId as String
- property StringType as Integer
- property TooltipText as String
- property Default as String
- property MaxLength as Integer
- property MRUCount as Integer
- control WebView2ControlMBS
- method AddWebResourceRequestedFilter(URL as String, resourceType as Integer)
- method RemoveWebResourceRequestedFilter(URL as String, resourceType as Integer)
- method CanGoForward as Boolean
- method CanGoBack as Boolean
- method Reload
- method Stop
- method OpenDevToolsWindow
- method GoBack
- method GoForward
- method LoadURL(URL as String)
- method LoadHTML(HTML as String)
- method AddScriptToExecuteOnDocumentCreated(JavaScript as String, tag as variant = nil)
- method RemoveScriptToExecuteOnDocumentCreated(ID as String
- method ExecuteScript(JavaScript as String, tag as variant = nil)
- method PostWebMessageAsJson(webMessageAsJson as String)
- method PostWebMessageAsString(webMessageAsString as String)
- method CapturePreview(ImageFormat as Integer = 0)
- property URL as String
- property DocumentTitle as String
- property ContainsFullScreenElement as Boolean
- property IsScriptEnabled as Boolean
- property AreDefaultScriptDialogsEnabled as Boolean
- property IsWebMessageEnabled as Boolean
- property IsStatusBarEnabled as Boolean
- property AreDevToolsEnabled as Boolean
- property AreDefaultContextMenusEnabled as Boolean
- property AreHostObjectsAllowed as Boolean
- property IsZoomControlEnabled as Boolean
- property IsBuiltInErrorPageEnabled as Boolean
- property ProcessID as Integer
- property ZoomFactor as Double
- property BrowserVersionString as String
- property AdditionalBrowserArguments as String
- property Language as String
- property TargetCompatibleBrowserVersion as String
- property AllowSingleSignOnUsingOSPrimaryAccount as Boolean
- shared method AvailableCoreWebView2BrowserVersionString as string
- event Configure
- event AddScriptToExecuteOnDocumentCreatedCompleted(JavaScript as String, ErrorCode as Integer, ID as String, Tag as Variant)
- event ExecuteScriptCompleted(JavaScript as String, ErrorCode as Integer, resultObjectAsJson as String, Tag as Variant)
- event NavigationStarting(URL as String, IsUserInitiated as Boolean, IsRedirected as Boolean, NavigationID as UInt64) as Boolean
- event NavigationCompleted(isSuccess as Boolean, ErrorStatus as Integer, NavigationID as UInt64)
- event ContentLoading(isErrorPage as Boolean, NavigationID as UInt64)
- event SourceChanged(isNewDocument as Boolean)
- event DocumentTitleChanged
- event WindowCloseRequested
- event WebMessageReceived(Source as String, webMessageAsJson as String, webMessageAsString as String)
- event HistoryChanged
- event PermissionRequested(URL as String, PermissionKind as Integer, IsUserInitiated as Boolean, byref State as Integer)
- event ProcessFailed(processFailedKind as Integer)
- event Opened
- event ZoomFactorChanged
- event ContainsFullScreenElementChanged
- event GotFocus
- event LostFocus
- event FrameNavigationStarting(URL as String, IsUserInitiated as Boolean, IsRedirected as Boolean, NavigationID as UInt64) as Boolean
- event FrameNavigationCompleted(isSuccess as Boolean, ErrorStatus as Integer, NavigationID as UInt64)
- event CapturePreviewCompleted(ImageFormat as Integer, ErrorCode as Integer, PictureData as String)

Links
MBS Xojo PDF Plugins