EndUpdate method |
Applies to
TIB_Row
Declaration
Procedure EndUpdate(SingleEventOnly: boolean );
Description
This method causes the data change notifications that were delayed until
all the intended processing to the data of the buffer was complete to be
dispatched as necessary.
The SingleEventOnly parameter is used to consolidate multiple column change
notifications into a single general change notification event. If only a
single column was changed then this parameter will not make any difference.
If no columns were actually changed then there will be no events dispatched.