RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterNamedField.ImplGetInputName Method

Identifies the name to use when generating the HTML input for this adapter field.

Pascal
function ImplGetInputName: string; virtual;
C++
virtual __fastcall AnsiString ImplGetInputName();

When an action request is received, the name/value pairs in the HTTP are searched for adapter field values. For each adapter field value found, an IActionFieldValue implementation is created. In order for the HTTP request to be interpreted properly, the HTML input fields must have names that correspond to the adapter fields they represent. 

 

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