RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDSTableProducer.EndUpdate Method

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

Pascal
procedure EndUpdate;
C++
__fastcall EndUpdate();

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!