RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterNamedField.ActionValue Property

Retrieve the value for this adapter field entered by the end-user.

Pascal
property ActionValue: IActionFieldValue;
C++
__property IActionFieldValue ActionValue;

The ActionValue property retrieves the value(s) entered by the end-user and passed in the HTTP request when an HTML form is submitted. When executing an adapter action, use this property to retrieve the value(s) entered by the end-user. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!