Data.Win.ADODB.TCustomADODataSet.InternalEdit

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Unit: Data.Win.ADODB
Parent: TCustomADODataSet

Delphi

procedure InternalEdit; override;

C++

virtual void __fastcall InternalEdit();

Description

Used to edit the current record from the dataset.

Data.Win.ADODB.TCustomADODataSet.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