RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterActionsListHelper.Create Constructor

Creates and initializes an instance of TAdapterActionsListHelper.

Pascal
constructor Create(AComponent: TComponent; AHelper: TWebContainerComponentHelper);
C++

Do not instantiate TAdapterActionsListHelper. It is created by display components that use it to handle their interactions with the IDE. 

AComponent is the adapter display component that uses TAdapterActionsListHelper to interact with the IDE. This component is a Web item, such as TAdapterCommandColumn or TAdapterCommandGroup, that assembles a set of HTML controls for executing adapter actions. 

AHelper is the helper object that ACompnent uses to manage its list of child Web items. 

 

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