RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractFieldValuesAdapter.GetField Method

Returns the object that represents the single field of this adapter.

Pascal
function GetField: TObject;
C++
__fastcall TObject * GetField();

Call GetField to access the single field for this adapter. GetField returns an adapter field that is an instance of the class that the GetValueFieldClass method returns. 

GetField calls the abstract or, in C++ terminology, pure virtual ImplGetField method to obtain the adapter field instance it returns. Descendant classes override ImplGetField to provide the underlying implementation for GetField. 

 

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