Data.DBXMemoryRow.TDBXMemoryRow.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: destructor
Visibility: public
Source:
Data.DBXMemoryRow.pas
Data.DBXMemoryRow.hpp
Unit: Data.DBXMemoryRow
Parent: TDBXMemoryRow

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TDBXMemoryRow();

Description

Destroys a TDBXMemoryRow instance.

Destroy destroys an instance of the TDBXMemoryRow class.

See Also