RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseValuesListAdapter.ImplCanAddFieldClass Method

Indicates whether a type of adapter field can be added to this adapter.

Pascal
function ImplCanAddFieldClass(AParent: TComponent; AClass: TClass): Boolean; override;
C++
virtual __fastcall Boolean ImplCanAddFieldClass(TComponent * AParent, TClass AClass);

ImplCanAddFieldClass check the field class by calling GetNameFieldClass, GetValueFieldClass, and TCustomAdapter's ImplCanAddFieldClass method. 

 

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