Data.DBXCommonTable.TDBXTable.Post

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure Post; virtual;

C++

virtual void __fastcall Post();

Description

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