FlushInstances: Boolean;
FlushInstances(): boolean;
The FlushInstances method flushes cached data of an object.
The method is relevant to use if it is required to flush cache of the opened object.
Executing the example requires a form, the Button1 button on it, the UiDimension component named UiDimension1 and any components used to display data of a dictionary. A dictionary connected to the component UiDimension1 has one parameter.
Add links to the Dimensions, Metabase system assemblies.
After executing this example while pressing the button a dictionary connected to the component UiDimension1 is reopened. Cached data of a dictionary are reset before reopening.
See also: