Classes.TDataModule Events
From RAD Studio VCL Reference
Delphi Information
| property OnCreate: TNotifyEvent read FOnCreate write FOnCreate; |
Occurs when an application instantiates a data module. |
| property OnDestroy: TNotifyEvent read FOnDestroy write FOnDestroy; |
Occurs when the data module is about to be destroyed. |
Unit: Classes
Type: event
Visibility: published
Member Of: TDataModule
C++ Information
| __property TNotifyEvent OnCreate; |
Occurs when an application instantiates a data module. |
| __property TNotifyEvent OnDestroy; |
Occurs when the data module is about to be destroyed. |
Unit: Classes
Type: property
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!