OnExecuteRequest

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWServerControllerBase > Events >

OnExecuteRequest

General event which complements OnBeforeDispatch/OnAfterDispatch events

 

SIGNATURE=IWServerControllerBase.TIWServerControllerBase.OnExecuteRequest

 

ETYPE=Event

 

Declaration:

Delphi:

published property OnExecuteRequest: TOnExecuteRequest;

C++:

__published: __property TOnExecuteRequest OnExecuteRequest;

 

Description: This is OnExecuteRequest, a member of class TIWServerControllerBase.