RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomApplicationAdapter.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 allows field classes that derive from TApplicationAdapterField in addition to those allowed by TCustomAdapter's ImplCanAddFieldClass method. 

 

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