Datasnap.DBClient.TCustomClientDataSet.InternalEdit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InternalEdit; override;

C++

virtual void __fastcall InternalEdit();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Datasnap.DBClient TCustomClientDataSet

Description

Used to edit the current record from the dataset.

Datasnap.DBClient.TCustomClientDataSet.InternalEdit inherits from Data.DB.TDataSet.InternalEdit. All content below this line refers to Data.DB.TDataSet.InternalEdit.

Used to edit the current record from the dataset.

InternalEdit is internally used by Edit to edit the current record from the dataset. The method is virtual and blank, so every TDataSet descendant must override it in its specific way.

See Also