RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetValuesList.GetValueFieldClass Method

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

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

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

 

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