RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterActionName.Create Constructor

Creates and initializes an instance of TAdapterActionName.

Pascal
constructor Create(AModule: TComponent);
C++
__fastcall TAdapterActionName(TComponent * AModule);

Call Create to instantiate TAdapterActionName

AModule is the Web module instance that should be notified if the adapter specified by the Adapter property is deleted. The TAdapterActionName constructor calls this Adapter's FreeNotification method so that the adapter will notify the Web module if it (and its actions) are freed. 

 

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