API:Datasnap.DSProviderDataModuleAdapter.TDSProviderDataModuleAdapter.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TDSProviderDataModuleAdapter();

Description

Destroys the TPersistent instance and frees its memory.

Datasnap.DSProviderDataModuleAdapter.TDSProviderDataModuleAdapter.Destroy inherits from System.Classes.TPersistent.Destroy. All content below this line refers to System.Classes.TPersistent.Destroy.

Destroys the TPersistent instance and frees its memory.

Do not call Destroy directly. Call Free instead. Free checks that the object reference is not nil before calling Destroy.

See Also