Data.SqlExpr.TConnectionData.BeginUpdate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function BeginUpdate: Boolean;

C++

bool __fastcall BeginUpdate();

Properties

Type Visibility Source Unit Parent
function public
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TConnectionData

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