RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBCustomDataSet.ForcedRefresh Property

Specifies whether the dataset should refresh its data every time it posts a record.

Pascal
property ForcedRefresh: Boolean;
C++
__property Boolean ForcedRefresh;

Set ForcedRefresh to true to force the dataset to refresh its data every time it posts a record. When ForcedRefresh is false (the default), the data is only refreshed when you call the Refresh method, or when the dataset needs to fetch the value of a default or internally calculated field. 

 

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