Datasnap.DBClient.TCustomClientDataSet.InternalInsert

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Unit: Datasnap.DBClient
Parent: TCustomClientDataSet

Delphi

procedure InternalInsert; override;

C++

virtual void __fastcall InternalInsert();

Description

Used to insert an empty record in the dataset.

Datasnap.DBClient.TCustomClientDataSet.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