Datasnap.DataBkr.TCRemoteDataModule.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCRemoteDataModule();

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,