dOPC Client Toolkit
Close
Example
dOPCDA.TdOPCItems.Items
Copy Code
with
OPCServer.OPCGroups[0]
do
for
i := 0
to
Items.Count -1
do
//for all Items in the first Group
ShowMessage(Items[i].ItemID);
//show ItemId
dOPC version 5.33. Copyright © 2025 by Kassl GmbH.