Data.SqlExpr.TConnectionData.EndUpdate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EndUpdate;

C++

void __fastcall EndUpdate();

Properties

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

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