RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterNamedField.FullyQualifyInputName Method

Indicates whether the HTML input names must be qualified with the name of the adapter.

Pascal
function FullyQualifyInputName: Boolean; virtual;
C++
virtual __fastcall Boolean FullyQualifyInputName();

This functions returns true if, when generating an HTML input referencing this adapter field, the name of the HTML input must be qualified with the name of the adapter component. Input names must be fully qualified when a single HTML form is used to input values for multiple adapters. 

 

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