RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TLocateFileService.OnFindIncludeFile Event

Occurs when the WebSnap application tries to locate an include file for a server-side script.

Pascal
property OnFindIncludeFile: TLocateFileServiceFindFileEvent;
C++
__property TLocateFileServiceFindFileEvent OnFindIncludeFile;

Write an OnFindIncludeFile event handler to indicate the location on disk of include files for server-side scripts. In WebSnap applications that include a locate file service component, you must supply either an OnFindIncludeFile or an OnFindStream event handler (or both) if the server-side scripts have include files. Otherwise the application can't locate these include files at all. 

 

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