Data.DBXCommonTable.TDBXTableReader.DerivedClose

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Unit: Data.DBXCommonTable
Parent: TDBXTableReader

Delphi

procedure DerivedClose; override;

C++

virtual void __fastcall DerivedClose();

Description

Sets the TDBXTable instance to nil.

The DerivedClose method sets the internally used TDBXTable instance to nil.

See Also