Class TRepoSoundEngine.TSoundGroup
Unit
Declaration
type TSoundGroup = class(TSoundInfoList)
Description
This item has no description. Showing description inherited from TRepoSoundEngine.TSoundInfoList.
List of TSoundInfo.
Hierarchy
- TObject
- TList
- TObjectList
- TRepoSoundEngine.TSoundInfoList
- TRepoSoundEngine.TSoundGroup
Enclosing Class
Overview
Fields
| Public | Name: string; |
| Public | Url: String; |
| Public | ParentGroup: TSoundGroup; |
Description
Fields
| Public | Name: string; |
|
Group name (including parent group names). | |
| Public | Url: String; |
|
Group URL. Absolute (including parent group URL parts). Always ends with slash. | |
| Public | ParentGroup: TSoundGroup; |
|
A parent group (one among FSoundGroups, or | |