dOPC Client Toolkit
Close
Example
dOPCGUI.RegisterGUIControl
Copy Code
procedure
SetMemo(Control: tdOPCControl;
var
OPCValue: OleVariant);
begin
TMemo(Control).Lines.Add(OPCValue);
end
;
initialization
RegisterGUIControl(TMemo,'lines',SetMemo);
//Actually it's not possible to set property lines
end
.
Copyright © 2001 to 2026 by Kassl GmbH.