Data.SqlExpr.TConnectionData.EndUpdate

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.SqlExpr.pas
Data.SqlExpr.hpp
Unit: Data.SqlExpr
Parent: TConnectionData

Delphi

procedure EndUpdate;

C++

void __fastcall EndUpdate();

Description

Marks the moment when an update of TConnectionData ends.

EndUpdate marks the moment when an update of the ConnectionData property of the TSQLConnection ends.

See Also