Data.DBXDBReaders.TDBXMemoryTable.Post

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Post; override;

C++

virtual void __fastcall Post();

Properties

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

Description

Writes data to the current row.

The Post method writes data to the current row of a DBX memory table.

See Also