dOPC Client Toolkit
Close
dOPCIntf.ItemPropToId

converts OPC property names to numbers e.g.

function ItemPropToId(Propname: string): integer;
int ItemPropToId(AnsiString Propname);

'quality' to 3 

ItemPropToId converts the passed Propname of a item property to an integer and returns it.

Kassl GmbH Copyright © 2024. All rights reserved.