Data.DBXDBReaders.TDBXMemoryTable.Insert

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Insert; override;

C++

virtual void __fastcall Insert(void);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXDBReaders.pas
Data.DBXDBReaders.hpp
Data.DBXDBReaders TDBXMemoryTable

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