RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapter.CanAddActionClass Method

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

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

CanAddActionClass is called at design-time when editing an adapter. CanAddActionClass returns the result of ImplCanAddActionClass

 

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