RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapter.GetActionsList Method

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

Pascal
procedure GetActionsList(AList: TStrings);
C++
__fastcall GetActionsList(TStrings AList);

GetActionsList is called at design time to get a list containing names and objects. Each name identifies an action name to insert and each object identifies a class of adapter action component. When editing the adapter, these action names are displayed in the dialog box that is used to add new actions. For example, when editing a TDataSetAdapter a list of all of the dataset commands are displayed such as NextRow, PrevRow, DeleteRow, etc. 

 

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