RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSitePageModuleHelper.Create Constructor

Creates and initializes an instance of TSitePageModuleHelper.

Pascal
constructor Create(AModule: TComponent); override;
C++
virtual __fastcall TSitePageModuleHelper(TComponent * AModule);

Web page modules call the TSitePageModuleHelper constructor from their own constructors. 

AModule is the Web page module that is using the TSitePageModuleHelper object to generate events and help assemble its Web content. The TSitePageModuleHelper object becomes the value of the module's SitePageModuleHelper property. 

 

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