[]
        
(Showing Draft Content)

C1.Win.C1Editor.Internal.HTML.IHTMLDocument2.open

open Method

open(string, object, object, object)

open method of IHTMLDocument2 interface.

Declaration
object open(string url, object name, object features, object replace)
Parameters
Type Name Description
string url
object name
object features
object replace
Returns
Type Description
object
Remarks

An original IDL definition of open method was the following: HRESULT open ([optional, defaultvalue("text/html")] BSTR url, [optional] VARIANT name, [optional] VARIANT features, [optional] VARIANT replace, [out, retval] IDispatch** ReturnValue);