dOPC Client Toolkit
Close
dOPCDA.TdOPCGroup.Refresh

Refresh generates an event for all active items in the group (whether they have changed or not) to refresh their values.

procedure Refresh(ReadFromCache: boolean = true);
__fastcall Refresh(boolean ReadFromCache = true);

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.

Kassl GmbH Copyright © 2024. All rights reserved.