dOPC Client Toolkit
Close
Example
dOPCDA.TdOPCPropertyBrowser.GetProperty
Copy Code
P := PB.GetProperty('Random.String', OPC_PROP_DESC);
if
P <>
nil
then
Showmessage(P.Value)
else
Showmessage('property not found');
dOPC version 5.33. Copyright © 2025 by Kassl GmbH.