Refresh generates an event for all active items in the group (whether they have changed or not) to refresh their values.
Delphi
procedureRefresh(ReadFromCache: boolean = true);
C++
__fastcallRefresh(boolean ReadFromCache = true);
Remarks
Inactive items are not included in the callback. The values are returned via the OnDatachange event. If ReadFromCache is True, all items will be refreshed from the cache. Otherwise or if no cache exists, the items will be obtained from the underlying device.