RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapter.CanAddFieldClass Method

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

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

CanAddFieldClass is called at design-time when editing an adapter. CanAddFieldClass returns the result of ImplCanAddFieldClass

 

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