RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAppletModule.Create Constructor

Instantiates a TAppletModule object.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TAppletModule(TComponent * AOwner);

Create constructs a TAppletModule instance and adds itself to the list of Modules in the TAppletApplication specified as the value of AOwner. 

 

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