Platforms to show: All Mac Windows Linux Cross-Platform

Back to IEDocumentMBS class.

IEDocumentMBS.CharSet as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property HTMLViewer Win MBS Win Plugin 20.0 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Sets or retrieves the character set used to encode the object.
Example
dim d as IEDocumentMBS = HTMLViewer1.IEDocumentMBS
msgbox d.CharSet

Example value: "utf-8"
(Read and Write property)

IEDocumentMBS.Cookie as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property HTMLViewer Win MBS Win Plugin 20.0 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Sets or gets the string value of a cookie.
Example
dim d as IEDocumentMBS = HTMLViewer1.IEDocumentMBS
msgbox d.Cookie

Example value: "s_vi=[CS]v1|427CA13500002D10-A000B5B00000001[CE]; s_cc=true; s_nr=1196708888562; s_sq=%5B%5BB%5D%5D"
(Read and Write property)

IEDocumentMBS.DefaultCharset as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property HTMLViewer Win MBS Win Plugin 20.0 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Gets the default character set from the current regional language settings.
Example
dim d as IEDocumentMBS = HTMLViewer1.IEDocumentMBS
msgbox d.DefaultCharset

Example value: "windows-1252"
(Read and Write property)

IEDocumentMBS.Domain as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property HTMLViewer Win MBS Win Plugin 20.0 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Sets or gets the security domain of the document.
Example
dim d as IEDocumentMBS = HTMLViewer1.IEDocumentMBS
msgbox d.Domain

Example value: "www.apple.com"
(Read and Write property)

IEDocumentMBS.Editable as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property HTMLViewer Win MBS Win Plugin 20.0 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Whether the htmlviewer is editable on Windows.
Example
dim d as IEDocumentMBS = HTMLViewer1.IEDocumentMBS
d.Editable = true

(Read and Write property)

IEDocumentMBS.FileCreationDate as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property HTMLViewer Win MBS Win Plugin 20.0 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Retrieves the date the file was created.
Example
dim d as IEDocumentMBS = HTMLViewer1.IEDocumentMBS
msgbox d.FileCreationDate

Example value: "09/13/2007"
(Read only property)

IEDocumentMBS.FileModifiedDate as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property HTMLViewer Win MBS Win Plugin 20.0 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Retrieves the date the file was last modified.
Example
dim d as IEDocumentMBS = HTMLViewer1.IEDocumentMBS
msgbox d.FileModifiedDate

Example value: "12/03/2007"
(Read only property)

IEDocumentMBS.FileSize as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property HTMLViewer Win MBS Win Plugin 20.0 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Retrieves the file size.

Example value: "12475"
(Read only property)

IEDocumentMBS.FileUpdatedDate as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property HTMLViewer Win MBS Win Plugin 20.0 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Retrieves the date the file was last updated.

Example value: "01/01/1601"
(Read only property)

IEDocumentMBS.Handle as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property HTMLViewer Win MBS Win Plugin 20.0 ❌ No ✅ Yes ❌ No ❌ No Desktop only
The internal object reference.

(Read only property)

IEDocumentMBS.History as IEHistoryMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property HTMLViewer Win MBS Win Plugin 20.0 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Queries history object for web document.

(Read only property)

IEDocumentMBS.LastModified as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property HTMLViewer Win MBS Win Plugin 20.0 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Gets the date that the page was last modified, if the page supplies one.
Example
dim d as IEDocumentMBS = HTMLViewer1.IEDocumentMBS
msgbox d.LastModified

Example value: "12/03/2007 20:08:17"
(Read only property)

IEDocumentMBS.MimeType as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property HTMLViewer Win MBS Win Plugin 20.0 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Retrieves the MIME type for the file.
Example
dim d as IEDocumentMBS = HTMLViewer1.IEDocumentMBS
msgbox d.MimeType

Example value: "HTM-Datei"
See also MimeTypeToFileExtensionMBS function.
(Read only property)

IEDocumentMBS.NameProp as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property HTMLViewer Win MBS Win Plugin 20.0 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Gets the title of the document file.

Example value: "Apple"
(Read only property)

IEDocumentMBS.Navigator as IENavigatorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property HTMLViewer Win MBS Win Plugin 20.0 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Queries navigator object for web document.

(Read only property)

IEDocumentMBS.ParentWindow as IEWindowMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property HTMLViewer Win MBS Win Plugin 20.0 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Queries parent window for this document.

(Read only property)

IEDocumentMBS.Protocol as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property HTMLViewer Win MBS Win Plugin 20.0 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Sets or retrieves the protocol portion of a URL.

Example value: "HTTP (HyperText Transfer-Protokoll)"
(Read only property)

IEDocumentMBS.ReadyState as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property HTMLViewer Win MBS Win Plugin 20.0 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Retrieves a value that indicates the current state of the htmlviewer.

uninitialized: Object is not initialized with data.
loading: Object is loading its data.
loaded: Object has finished loading its data.
interactive: User can interact with the object even though it is not fully loaded.
complete: Object is completely initialized.

An object's state is initially set to uninitialized, and then to loading. When data loading is complete, the state of the link object passes through the loaded and interactive states to reach the complete state.

The states through which an object passes are determined by that object; an object can skip certain states (for example, interactive) if the state does not apply to that object.

Data source objects and databound elements are normally populated asynchronously, and certain programmatic operations can only be performed reliably on databound objects when they are ready for use. Therefore, the appropriate code should be written to confirm the readyState of objects prior to performing certain operations on them. For example, walking the rows of a table should not be attempted until after the table has reached the complete state.

The readyState property enables the status of an object to be tested. The correct place to test the readyState property is in the event handler for onreadystatechange. Similarly, a data source object (DSO) fires the ondatasetcomplete event to notify the document that the dataset is ready for programmatic operation.
(Read only property)

IEDocumentMBS.Referrer as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property HTMLViewer Win MBS Win Plugin 20.0 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Gets the URL of the location that referred the user to the current page.
Example
dim d as IEDocumentMBS = HTMLViewer1.IEDocumentMBS
msgbox d.Referrer

Example value: "http://www.apple.com/"
(Read only property)

IEDocumentMBS.ScrollHeight as integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property HTMLViewer Win MBS Win Plugin 20.0 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Queries the height of the html viewer content.
Example
dim d as IEDocumentMBS = HTMLViewer1.IEDocumentMBS

msgbox str(d.ScrollWidth)+" "+str(d.ScrollHeight)

Returns 0 on any error.
(Read only property)

Some examples using this property:

IEDocumentMBS.ScrollWidth as integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property HTMLViewer Win MBS Win Plugin 20.0 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Queries the width of the html viewer content.
Example
dim d as IEDocumentMBS = HTMLViewer1.IEDocumentMBS

msgbox str(d.ScrollWidth)+" "+str(d.ScrollHeight)

Returns 0 on any error.
(Read only property)

IEDocumentMBS.Security as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property HTMLViewer Win MBS Win Plugin 20.0 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Retrieves the security state.
Example
dim d as IEDocumentMBS = HTMLViewer1.IEDocumentMBS
msgbox d.Security

Example value: "Für diesen Dokumententyp gibt es kein Sicherheitszertifikat."
(Read only property)

IEDocumentMBS.Title as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property HTMLViewer Win MBS Win Plugin 20.0 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Sets or gets the title of the document.
Example
dim d as IEDocumentMBS = HTMLViewer1.IEDocumentMBS
msgbox d.Title

Example value: "Apple"
(Read and Write property)

IEDocumentMBS.ToString as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property HTMLViewer Win MBS Win Plugin 20.0 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Retrieves a string representation of the object.
Example
dim d as IEDocumentMBS = HTMLViewer1.IEDocumentMBS
dim htmlText as string = d.HTMLText
dim PlainText as string = d.text
dim toString as string = d.ToString

Break // see in debug

Example value: "[object]"
(Read only property)

IEDocumentMBS.URL as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property HTMLViewer Win MBS Win Plugin 20.0 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Sets or gets the URL for the current document.
Example
dim d as IEDocumentMBS = HTMLViewer1.IEDocumentMBS
msgbox d.URL

Example value: "http://www.apple.com/"
(Read and Write property)

The items on this page are in the following plugins: MBS Win Plugin.


The biggest plugin in space...