RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapter.ImplGetActionsList Method

Provides a list of action types that can be added to this adapter.

Pascal
procedure ImplGetActionsList(AList: TStrings); virtual;
C++
virtual __fastcall ImplGetActionsList(TStrings AList);

ImplGetActionsList is called by GetActionsList. ImplGetActionsList provides an empty list. ImplGetActionsList may be overridden by descendant classes. 

 

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