RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetAdapter.FullyQualifyInputNames Method

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

Pascal
function FullyQualifyInputNames: Boolean;
C++
__fastcall Boolean FullyQualifyInputNames();

FullyQualifyInputNames returns true if the names of input elements in generated HTML forms that represent the fields of this dataset adapter should include the name of this adapter. Field names must be qualified when the HTML form may contain multiple fields with the same name (that is, when the form contains input elements for multiple adapters). 

This method checks whether this dataset adapter is part of a master/detail relationship (whether the MasterAdapter or DetailAdapters property indicates such a relationship). If so, it returns true. If this adapter is not part of a master/detail relationship, FullyQualifyInputNames returns false. 

 

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