Property

Method

Event

 

 

InitFileURL

Specifies or gets the URL of the initialization file.

Syntax

    [get] HRESULT InitFileURL(
    long* pVal
    );
    [put] HRESULT InitFileURL(
    long newVal
    );

Parameters

[get] pVal

[out, retval] URL of the current initialization file.

[put] newVal

[in] URL of the new initialization file.

Return Values

0

File load succeeded.

1

File load failed.

Remarks

If 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 Codes

VBScript [get]

   Refer to : LoadInitFile.

VBScript [put]

   Refer to : LoadInitFile.

See Also

LoadInitFile