RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseDataSetAdapterField.FullyQualifyInputName Method

Indicates whether references to this field in HTML forms must be qualified with the name of the parent adapter.

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

The WebSnap application calls FullyQualifyInputName when generating an input name for this adapter field in an HTML document. Input names must be qualified by an adapter name when a single HTML form is used to input values for multiple adapters. This function returns true if the field name must be qualified with the name of the adapter to which it belongs, false otherwise. 

FullyQualifyInputName calls the parent adapter's FullyQualifyInputNames method, which checks whether there are other dataset adapters in a master/detail relationship with it. 

 

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