RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterAction.OnExecute Event

Called to execute this action using parameters passed in the HTTP request.

Pascal
property OnExecute: TActionExecuteEvent;
C++
__property TActionExecuteEvent OnExecute;

Implement this event handler to execute this adapter action. Params contains the name/value pairs that were passed in the HTTP request. OnExecute is called by ImplExecuteActionRequest

 

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