Class TSoundDevice

Unit

Declaration

type TSoundDevice = class(TObject)

Description

Hierarchy

Overview

Properties

Public property Name: string read FName;
Public property Caption: string read FCaption;
Public property NiceName: string read FCaption; deprecated 'use Caption';

Description

Properties

Public property Name: string read FName;

Short device name, used for TSoundEngine.Device.

Public property Caption: string read FCaption;

Nice device name to show user.

Public property NiceName: string read FCaption; deprecated 'use Caption';

Warning: this symbol is deprecated: use Caption

 

Generated by PasDoc 0.16.0.