www.gnostice.com 

JSFileName property (TgtCustomHTMLEngine)

TgtCustomHTMLEngine

Top 

 

property JSFileName: string;

 

Description

Use this property to set the JavaScript filename.

 

Example:

 

Delphi:

gtHTMLEngine1.OutputScriptsToJSFile := True;

gtHTMLEngine1.JSFileName := 'C:\JavaScript';

 

C++Builder:

gtHTMLEngine1->OutputScriptsToJSFile = True;

gtHTMLEngine1->JSFileName = "C:\JavaScript";