dOPC Client Toolkit
Close
dOPCDA.TdOPCPropertyBrowser.AddProperty

AddProperty adds a the property with the passed PropertyId to an internal list.

procedure AddProperty(PropertyId: integer);
__fastcall AddProperty(int PropertyId);

With this method you can define single properties of items to be added to the TdOPCPropertyBrowser.

PB.AddProperty(OPC_PROP_CDT); //add property data type PB.AddProperty(OPC_PROP_DESC); //add property description
Kassl GmbH Copyright © 2024. All rights reserved.