Sets the path from which the page designer should load the specified HTML file into the Detail pane of the designer. Not available at run time.
Remarks
This property can be set by accessing the Page Properties dialog box and specifying an existing file to use as the source for the page, or you can set it directly in the Properties window by accessing the DHTMLPage object for your designer. The system checks to determine if you have entered a valid path to the file, then imports the HTML page's contents into the designer. The value of the BuildFile property is initially set to the same path as the SourceFile property.
You must enter an absolute path to the source HTML file in this property, indicating the full drive letter and directory structure in which the compiled file will be placed. If you later share your project with another developer who has a different directory structure or drive name than you originally used, the second developer will need to modify the value of the SourceFile property to reflect the location of the HTML file on his machine. Run-time users are not affected by this restriction.