dOPC Client Toolkit
Close
dOPCDA.TdOPCPropertyBrowser.AddItem

AddItems adds an item with the passed ItemId to Props and returns the TdOPCItemProperties of this item.

function AddItem(ItemId: string): TdOPCItemProperties;
__fastcall TdOPCItemProperties AddItem(AnsiString ItemId);
PB.AddItem('Ramdom.String'); PB.AddItem('Ramdom.Int4');
Kassl GmbH Copyright © 2024. All rights reserved.