Datasnap.DataBkr.TRemoteDataModule.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TRemoteDataModule();

Properties

Type Visibility Source Unit Parent
destructor public
Datasnap.DataBkr.pas
Datasnap.DataBkr.hpp
Datasnap.DataBkr TRemoteDataModule

Description

Frees a remote data module instance.

Most applications do not need to call the destructor for TRemoteDataModule. The remote data module is freed by its owner when the application shuts down.

If you must destroy a remote data module at run time, call the Free method instead.

See Also