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');
Kassl GmbH Copyright © 2024. All rights reserved.