Class TRepoSoundEngine.TSoundInfoList
Unit
Declaration
type TSoundInfoList = class(TObjectList<TSoundInfo>)
Description
List of TSoundInfo.
Hierarchy
- TObject
- TList
- TObjectList
- TRepoSoundEngine.TSoundInfoList
Enclosing Class
Overview
Methods
| Public | function IndexOfName(const SoundName: String): Integer; |
Description
Methods
| Public | function IndexOfName(const SoundName: String): Integer; |
|
Index of sound with given TSoundInfo.Name, or -1 if not found. | |