dOPC Client Toolkit
Close
Example
dOPCComn.TdOPCServerBrowser.Items
Copy Code
for
i := 0
to
ServerBrowser.Count-1
do
//for each Server in list
with
ServerBrowser[i]
do
Memo1.Lines.add(format('Servername: %s ClassId %s',[ServerName,ServerClsId]));
dOPC version 5.33. Copyright © 2025 by Kassl GmbH.