RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomApplicationAdapter.ImplCanAddActionClass Method

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

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

ImplCanAddActionClass allows actions classes that derive from TCustomApplicationAdapterAction in addition to those allows by TCustomAdapter's ImplCanAddActionsClass method. 

 

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