Classes.TDataModule Constructors
From RAD Studio VCL Reference
Delphi Information
| constructor Create(AOwner: TComponent); |
Creates an instance of a data module. |
| constructor CreateNew(AOwner: TComponent; Dummy: Integer = $0); |
Creates an instance of a data module and registers with the global screen object. |
| destructor Destroy(); |
Destroys the instance of the data module. |
Unit: Classes
Type: destructor
Visibility: public
Member Of: TDataModule
C++ Information
| virtual Classes::TDataModule * __fastcall TDataModule(Classes::TComponent * AOwner); |
Creates an instance of a data module. |
| virtual Classes::TDataModule * __fastcall TDataModule(Classes::TComponent * AOwner, int Dummy); |
Creates an instance of a data module. |
| virtual void __fastcall ~TDataModule(void); |
Destroys the instance of the data module. |
Unit: Classes
Type: destructor
Visibility: public
Member Of: TDataModule
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!