RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDSTableProducer.BeginUpdate Method

Increments a counter that indicates the number of changes to the contents of the HTML table that have been initiated but not completed.

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

Applications should not call BeginUpdate. BeginUpdate is called internally before changes that affect the contents of the HTML table. Once a change is complete, EndUpdate is called. 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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!