dOPC Client Toolkit
Close
dOPCGUI.TdOPCGUI.UseTags

UseTags is True if the OPC item pointer should be stored in the Tag property of the assigned control, otherwise False.

property UseTags: boolean;
__property boolean UseTags;
procedure TForm1.Edit1Exit(Sender: TObject); begin beep; if Edit1.Tag <> 0 then TdOPCItem(Edit1.Tag).WriteSync(Edit1.Text) else ShowMessage('Set property UseTags to true'); end;
Kassl GmbH Copyright © 2024. All rights reserved.