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