FireDAC.Comp.Client.TFDTable.InternalPost
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
Unit: FireDAC.Comp.Client | |
Parent: TFDTable |
Delphi
procedure InternalPost; override;
C++
virtual void __fastcall InternalPost();
Description
Used to post data in the dataset.
FireDAC.Comp.Client.TFDTable.InternalPost inherits from Data.DB.TDataSet.InternalPost. All content below this line refers to Data.DB.TDataSet.InternalPost.
Used to post data in the dataset.
InternalPost is internally used by Post to update TDataSet data. InternalPost is a virtual method, so every TDataSet descendant must override it in its specific way.