Data.DBXCommonTable.TDBXDelegateTable.Post
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXCommonTable.pas Data.DBXCommonTable.hpp
| |
Unit: Data.DBXCommonTable | |
Parent: TDBXDelegateTable |
Delphi
procedure Post; override;
C++
virtual void __fastcall Post();
Description
Posts the changes made to the table.
Data.DBXCommonTable.TDBXDelegateTable.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.