dOPC Client Toolkit
Close
Example
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.
Kassl GmbH Copyright © 2024. All rights reserved.