Used to enable caching of the TField.Calculated and TField.Lookup fields.
property CacheCalcFields: boolean default False;
Use the CacheCalcFields property to enable caching of the TField.Calculated and TField.Lookup fields. It can be useful for reducing CPU usage for calculated fields. Using caching of calculated and lookup fields increases memory usage on the client side.