Class TRepoSoundEngine.TSoundGroupList
Unit
Declaration
type TSoundGroupList = class(TObjectList<TSoundGroup>)
Description
This item has no description.
Hierarchy
- TObject
- TList
- TObjectList
- TRepoSoundEngine.TSoundGroupList
Enclosing Class
Overview
Methods
| Public | function IndexOfName(const GroupName: String): Integer; |
Description
Methods
| Public | function IndexOfName(const GroupName: String): Integer; |
|
Index of group with given TSoundGroup.Name, or -1 if not found. | |