RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IExecuteValue.ExecuteValue Method

Executes the field based on a value supplied in the current HTTP request.

Pascal
procedure ExecuteValue(AActionRequest: IActionRequest; AFieldIndex: Integer);
C++
__fastcall ExecuteValue(IActionRequest AActionRequest, int AFieldIndex);

An adapter calls ExecuteValue when responding to an HTTP request that supplies values from executable fields. 

AActionRequest is the current request object. ExecuteValue uses this interface to extract the value to use when executing the field. 

AFieldIndex is the index of the target field in the list of field values that the request object supplies. 

 

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