type TSoundGroupList = class(TObjectList<TSoundGroup>)
This item has no description.
| Public | function IndexOfName(const GroupName: String): Integer; |
| Public | function IndexOfName(const GroupName: String): Integer; |
|
Index of group with given TSoundGroup.Name, or -1 if not found. | |