Class TRepoSoundEngine.TSoundGroup

Description
Hierarchy
Enclosing Class
Fields

Unit

Declaration

type TSoundGroup = class(TSoundInfoList)

Description

This item has no description. Showing description inherited from TRepoSoundEngine.TSoundInfoList.

List of TSoundInfo.

Hierarchy

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 Nil if not in any group).