|
Property |
Method |
Event |
|
|
InitFileURLSpecifies or gets the URL of the initialization file. Syntax[get] HRESULT InitFileURL( [put] HRESULT InitFileURL( Parameters[get] pVal [out, retval] URL of the current initialization file. [put] newVal [in] URL of the new initialization file. Return Values
RemarksIf this property is set in the <object> tab of the HTML file, the initialization file is loaded when Web Editor Control starts. However if you use programming languages (VB, VC, Delphi, etc), you should load the file using LoadInitFile method. Sample CodesVBScript [get] Refer to : LoadInitFile. VBScript [put] Refer to : LoadInitFile. See Also |