RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebDataModule Class

TWebDataModule is a container for components in a WebSnap application.

Pascal
TWebDataModule = class(TCustomWebDataModule);
C++
class TWebDataModule : public TCustomWebDataModule;

Use TWebDataModule as a container for components that may be used by other modules in your WebSnap application. TWebDataModule is compatible with WebSnap applications. The initialization section of TWebDataModule registers a factory that is used by the WebSnap application to create the data module. 

 

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