FireDAC.Comp.DataSet.TFDDataSet.InternalPost

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InternalPost; override;

C++

virtual void __fastcall InternalPost();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet TFDDataSet

Description

Used to post data in the dataset.

FireDAC.Comp.DataSet.TFDDataSet.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.

See Also