Data.DB.TDataSet.InternalInsert
Delphi
procedure InternalInsert; virtual;
C++
virtual void __fastcall InternalInsert();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Data.DB.pas Data.DB.hpp |
Data.DB | TDataSet |
Description
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.