Web.DBWeb.TDSTableProducer.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
Web.DBWeb.pas
Web.DBWeb.hpp
Web.DBWeb TDSTableProducer

Description

Decrements a counter that indicates the number of changes to the contents of the HTML table.

Applications should not call EndUpdate. EndUpdate is called internally after changes to the column bindings or DataSet of the TDSTableProducer. BeginUpdate and EndUpdate allow descendants of TDSTableProducer to wait until changes to the dataset are complete before fetching records for the HTML image of the table.

See Also