RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterActionsListHelper Class

TAdapterActionsListHelper assists a display component that represents a collection of adapter action buttons to work with the design-time editors.

Pascal
TAdapterActionsListHelper = class(TObject);
C++
class TAdapterActionsListHelper : public TObject;

AdapterActionsListHelper is a helper object that works with components that generate a collection of controls for executing adapter actions. Such components include TAdapterCommandColumn and TAdapterCommandGroup. TAdapterActionsListHelper handles common tasks that allow the display component to work with the IDE. These tasks include locating child Web items for specified actions, listing the child Web items (adapter action buttons) of the display component, and specifying the text of menu commands that operate on the set of child Web items. 

 

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