Datasnap.DataBkr.TCRemoteDataModule.Destroy
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TCRemoteDataModule(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
destructor | public | Datasnap.DataBkr.pas Datasnap.DataBkr.hpp |
Datasnap.DataBkr | TCRemoteDataModule |
Description
Frees a remote data module instance.
Most applications do not need to call the destructor for TCRemoteDataModule. The remote data module is freed by its owner when the application shuts down.
If you must destroy a remote data module at runtime,