Icon DocumentText Property

property DocumentText: String

Available In: Visual Client Applications

Returns the currently-loaded HTML document in the control as a string. If the URL property has been specified, then this property will return the document contents once the OnLoad event has been triggered and the Loaded property is True.

Information You can also assign a valid HTML string to this property, in which case the URL property is automatically cleared.
Image