dOPC Client Toolkit
Close
Example
OPCServer.OPCGroups.Remove('Testgroup');

Is the same as:

Group := OPCServer.OPCGroups.GetOPCGroup('Testgroup'); if Group <> nil then Group.Free else raise Exception.create('group not found');
dOPC version 5.33. Copyright © 2025 by Kassl GmbH.