Data.Win.ADODB.TCustomADODataSet.InternalPost

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 InternalPost; override;

C++

virtual void __fastcall InternalPost();

Description

Used to post data in the dataset.

Data.Win.ADODB.TCustomADODataSet.InternalPost inherits from Data.DB.TDataSet.InternalPost. All content below this line refers to Data.DB.TDataSet.InternalPost.

Used to post data in the dataset.

InternalPost is internally used by Post to update TDataSet data. InternalPost is a virtual method, so every TDataSet descendant must override it in its specific way.

See Also