RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetValuesList.GetNameFieldClass Method

Returns the class of adapter field that is responsible for providing the value of the name/value pair.

Pascal
function GetNameFieldClass: TComponentClass; override;
C++
virtual __fastcall TComponentClass GetNameFieldClass();

GetNameFieldClass returns TValuesListNameField. This is the class used to implement the adapter field called NameField. The value of the NameField adapter field is the value of the dataset field specified by the NameField property. 

 

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