RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapter.ImplCanAddActionClass Method

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

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

ImplCanAddActionClass returns false. This means that only TAdapterAction can be added. Descendants override this method to allow additional field types. 

 

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