Kiwi CatTools API: Group class
The Group class encapsulates a CatTools device Group object. These values are presented in the Group drop list when you edit a device.
Properties
ID |
The ID used to identify this Group in the database. |
Name |
The friendly name of the Group that you see on screen. |
When CatTools starts it removes from the database any unlinked entries.
Add a group using the Group class
To add a new group simply assign it to a Devices.Group property.
Use the Groups class to enumerate Group objects and populate them into a drop list for your user to select from.
It is not possible to add, edit, or delete Groups using the Groups class.