Data.DBXDBReaders.TDBXDataSetTable.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 TDBXDataSetTable

Description

Posts the changes made to the table.

Data.DBXDBReaders.TDBXDataSetTable.Post inherits from Data.DBXCommonTable.TDBXTable.Post. All content below this line refers to Data.DBXCommonTable.TDBXTable.Post.

Posts the changes made to the table.

Post is used to post the changes made to the table. By default, Post raises an 'Unsupported operation' exception, so every descendant of TDBXTable must implement this method if this operation is supported.

See Also