dzHtmlView
Previous  Next

The dzHtmlView object provides the following methods, properties and events.


Methods

AddText(string txt) :

Clear() :

DecodeURL(string url) :

EncodeURL(string url) : String

EncodeUTF8(string UniString) : String

EndOfSource() :

Navigate(Url AS String) : Tries to acquire and display the contents of the URL provided

New1(FormName as String, Left AS Int32, Top AS Int32, Width ASInt32, Height AS Int32) : Creates a new instance of a dzHtmlView object of Width anf Height positioned as Top and Left on FormName.


Properties

I signifies readable, O signifies settable.


EnableContextMenu : Boolean [O] : Enables or disables the Context Menu of a dzHtmlView object.

EnableShrink : Boolean [O]

LayoutHeight : Int [I]

LayoutWidth : Int [I]

PostData : String: [I]

Title : String [I]

Url : String: [I] :

ZoomLevel: Int [O] : Sets the zoom level of the text. Valid numbers are 1 to 4.


Events

OnBeforeNavigate :

OnHotspot :

OnTitle :