RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetAdapterAction.OnExecute Event

Occurs when server-side script executes this action.

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

Write an OnExecute event handler to provide your own implementation for the dataset adapter action. If you supply an event handler for this event, then the event handler replaces the default behavior of the action object. That is, when server-side script calls on this action to execute, the WebSnap application executes the OnExecute event handler instead of the built-in response of the action component. 

Before the OnExecute event executes, the action fetches all parameter values from the current request and puts the parent adapter into the mode that the current request indicates. 

 

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