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');
Copyright © 2001 to 2026 by Kassl GmbH.