Data.DBXDBReaders.TDBXMemoryTable.Insert

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure Insert; override;

C++

virtual void __fastcall Insert();

Description

Inserts a row into a DBX memory table.

The Insert method creates and inserts a new row into a DBX memory table.

See Also