RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFieldValuesAdapter.ImplGetField Method

Provides the underlying implementation for the GetField method.

Pascal
function ImplGetField: TObject; override;
C++
virtual __fastcall TObject * ImplGetField();

The GetField method calls ImplGetField to obtain the object that represents this adapter's single field. This method returns the value of the Field property. 

 

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