RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseValuesListAdapter.GetValueFieldClass Method

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

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

GetValueFieldClass returns nil (Delphi) or NULL (C++). Descendant classes must override this method. 

 

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