Data.DBXCommonTable.TDBXActiveTableReaderList.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TDBXActiveTableReaderList(void);

Properties

Type Visibility Source Unit Parent
destructor public
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable TDBXActiveTableReaderList

Description

Disposes of the TDBXActiveTableReaderList object instance.

Destroy destroys an instance of the TDBXActiveTableReaderList class.

See Also