SetOption

Top  Previous  Next

Adds an option to the compiled HTML project file.

 

Syntax:

function SetOption(OptionName: string; Value: string);

 

Example:

 

scripting_tchmprojectfile_setoption

 

The above script will create the following compiled HTML project file.

 

scripting_tchmprojectfile_setoption02