RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFieldValuesAdapter.Create Constructor

Creates and initializes an instance of TFieldValuesAdapter.

Pascal
constructor Create(AOwner: TComponent; AField: TObject); virtual; reintroduce;
C++
virtual __fastcall TFieldValuesAdapter(TComponent * AOwner, TObject * AField);

Call Create to Create an instance of TFieldValuesAdapter at runtime. 

AOwner is the component that becomes the value of this adapter's Owner property. Typically, this is the Web module. The owner is responsible for freeing the TFieldValuesAdapter object. 

AField is the object that represents the ‘ValueField' field of this adapter. It becomes the value of the protected Field property. 

 

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