Datasnap.DataBkr.TRemoteDataModule.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: destructor
Visibility: public
Source:
Datasnap.DataBkr.pas
Datasnap.DataBkr.hpp
Unit: Datasnap.DataBkr
Parent: TRemoteDataModule

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~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