RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseInetXPageProducer.IncludePathURL Property

Indicates the URL where the javascript libraries are installed.

Pascal
property IncludePathURL: string;
C++
__property AnsiString IncludePathURL;

Set IncludePathURL to indicate where the javascript libraries are installed. The page producer uses this value to create HTML statements that include the libraries in the generated HTML document. These statements have the form

<SCRIPT language=Javascript type="text/javascript" SRC="IncludePathURL/xmldb.js"> </SCRIPT>

The javascript libraries define classes and methods that allow the HTML document to interpret XML data packets if the Web browser is not XML-enabled, and that enable controls in the document to navigate the data, post changes, and apply updates. 

 

SetIncludePathURL 

Content 

Creating Web Pages with an InternetExpress Page Producer

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!