dOPC Client Toolkit
Close
dOPCDA.TdOPCPropertyBrowser.ByName

ByName returns the TdOPCItemProperties of an item with the passed ItemId.

function ByName(ItemId: string): TdOPCItemProperties;
__fastcall TdOPCItemProperties ByName(AnsiString ItemId);
Props := PB.ByName('Random.Id'); if Props <> nil then for i := 0 to Props.Count-1 do begin Prop := Props[i]; ... end;
Kassl GmbH Copyright © 2024. All rights reserved.