Data.DBXCommonTable.TDBXJSONTableReader.DerivedClose

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DerivedClose; override;

C++

virtual void __fastcall DerivedClose();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable TDBXJSONTableReader

Description

Sets the TDBXTable instance to nil.

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

See Also