RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseValuesListAdapter.GetNameFieldClass Method

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

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

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

 

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