dOPC Client Toolkit
Close
dOPCDA.TdOPCItems.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.

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