[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Source position: line 0
public constructor TDataModule.CreateNew( |
AOwner: TComponent |
); |
AOwner: TComponent; |
CreateMode: Integer |
); virtual; |
CreateNewcreates a new instance of the class, but bypasses the streaming mechanism. The CreateModeparameter (by default zero) is not used in TDataModule. If the AddDataModulehandler is set, then it is called, with the newly created instance as an argument.
|
Create a new instance of a TDataModule. |
|
|
Handler called when a new TDataModuleinstance is created. |
|
|
Event handler, called when the datamodule is created. |