dOPC Client Toolkit
Close
dOPCComn.TdOPCServerBrowser.Items

Items contains the TdOPCDAClientItem objects which can be accessed via the Index parameter.

property Items [Index: Integer]: TdOPCServerItem;
__property TdOPCServerItem Items[int Index];

It is the default property of TdOPCServerBrowser.

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]));
Kassl GmbH Copyright © 2024. All rights reserved.