type TSoundInfoList = class(TObjectList<TSoundInfo>)
List of TSoundInfo.
| Public | function IndexOfName(const SoundName: String): Integer; |
| Public | function IndexOfName(const SoundName: String): Integer; |
|
Index of sound with given TSoundInfo.Name, or -1 if not found. | |