Data.SqlExpr.TConnectionData.BeginUpdate

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function BeginUpdate: Boolean;

C++

bool __fastcall BeginUpdate();

Description

Marks the moment when an update of TConnectionData starts.

BeginUpdate marks the moment when an update of the ConnectionData property of the TSQLConnection starts.

See Also