RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterActionsListHelper.Create Constructor

Creates and initializes an instance of TAdapterActionsListHelper.

Pascal
constructor Create(AComponent: TComponent; AHelper: TWebContainerComponentHelper);
C++
__fastcall TAdapterActionsListHelper(TComponent * AComponent, TWebContainerComponentHelper AHelper);

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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!