RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WebDisp.TDispatchPageEvent Type

TDispatchPageEvent is the type for event handlers that are called after a Web page module finishes handling an HTTP request.

Pascal
TDispatchPageEvent = procedure (Sender: TObject; const PageName: string) of object;
C++
(Sender: TObject; const PageName: string) ( TDispatchPageEvent)();

TDispatchPageEvent is the type for event handlers that are called after dispatching an HTTP request message to a Web page module. 

Sender is the page dispatcher or Web page module that received the event.  

PageName is the name of the Web page module that handled the request. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!