property Item.Group as Group
Gets the owner group.

TypeDescription
Group A Group object that's the owner of the item.

The Group property specify the owner group for the item. Use the AddItem method to add new items to a group. Use the Item property to retrieve an item from a group giving its index or its caption. Use the ItemByPos property to retrieve an item from a group giving its position. Use the Position property to specify the item's position. Use the RemoveItem property to remove an item from a group.