FireDAC.Comp.DataSet.TFDDataSet.InternalInsert

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InternalInsert; override;

C++

virtual void __fastcall InternalInsert(void);

Properties

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

Description

Used to insert an empty record in the dataset.

FireDAC.Comp.DataSet.TFDDataSet.InternalInsert inherits from Data.DB.TDataSet.InternalInsert. All content below this line refers to Data.DB.TDataSet.InternalInsert.

Used to insert an empty record in the dataset.

InternalInsert is called by Insert to add an empty record to the dataset. The method is virtual and blank, so every TDataSet descendant must override it in its specific way.

See Also