WINSOCK DELETE GROUP
This command deletes the specified channel group.
The channel group must exist.
The delete_channels flag indicates whether the channels of the group are deleted (and disconnected).
If delete_channels is set to 1, then all channels are disconnected and deleted (and removed from other groups, if they have any).
If delete_channels is set to 0, the channels remain part of other groups, if they have any, or remain without a group.
SYNTAX
WINSOCK DELETE GROUP(a_group as Dword, delete_channels as Integer)
RELATED INFO
WINSOCK command menu
Index
EXAMPLE
Showcase-example 1
Showcase-example 2