dOPC Client Toolkit
Close
dOPCDA.TdOPCItemList.Items

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

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

It is the default property of TdOPCItemList.

for i := 0 to Count-1 do ShowMessage(Items[i].ItemId);
Kassl GmbH Copyright © 2024. All rights reserved.