RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFieldValuesAdapter.GetValueFieldClass Method

Returns the class of the object that represents this adapter's ValueField field.

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

GetValueFieldClass returns the class reference for the type of the single adapter field (ValueField) that is the value of the Field property. This is TFieldValuesValueField

 

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