TGetDataEvent Type |
Unit
WebSiteInside
Declaration
TGetDataEvent = procedure( Sender: TObject; const sURL: string; var Data: string ) of object;
Description
You can define a handler for this event to dynamically produce data when this data item is requested by the browser. This is how you can do something like CGI in you "web site inside".
|