RefreshOnParamChange property |
Applies to
TIB_BDataset
Declaration
Property RefreshOnParamChange;
Description
This property is redeclared in order to change the default behavior of
this property for buffered Datasets.
If it is necessary to change multiple parameters and you do not want it to
refresh the Dataset ofr each one then use the BeginUpdate and EndUpdate()
methods of the Params property in order to have the changes to it all
handled in a single event notification.