RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterCommandGroup Class

TAdapterCommandGroup generates a group of buttons or other HTML elements that executes adapter actions.

Pascal
TAdapterCommandGroup = class(TCustomAdapterCommandGroup);
C++
class TAdapterCommandGroup : public TCustomAdapterCommandGroup;

WebForm

TAdapterCommandGroup is added to a TAdapterPageProducer to cause the page producer to generate a group of HTML elements that executes adapter actions. First add a TAdapterForm to the TAdapterPageProducer and then add TAdapterCommandGroup as a child of TAdapterForm. TAdapterCommandGroup does not reference an adapter directly. Instead, it references a component that references an adapter. Typically, TAdapterCommandGroup references either TAdapterGrid or TAdapterFieldGroup. TAdapterCommandGroup contains child components, such as TAdapterActionButton, that are responsible for rendering individual HTML elements, such as buttons. By default, TAdapterCommandGroup will automatically add one child component for each action in the adapter. 

 

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