Interface IDBMusicBlockConfigItem
Unit
Declaration
type IDBMusicBlockConfigItem = interface(ISerializable)
Description
No description available, ancestor ISerializable description follows
No description available, ancestor IUpdateObject description follows
No description available, ancestor IObservable description follows
—————————————————————————– Base Interfaces —————————————————————————–
Attributes
- GUID['{8532953B-320D-418B-A447-AC95DFAC368B}']
Attributes
- GUID['{4C481E54-568A-46B4-BAAA-C0071932FDCF}']
Attributes
- GUID['{DF9B1F9D-09D1-4790-BC9E-D299A578B71A}']
Attributes
- GUID['{1E7B59BE-AA7B-4DE5-842B-F305C462C62D}']
Hierarchy
- IInterface
- IObservable
- IUpdateObject
- ISerializable
- IDBMusicBlockConfigItem
Overview
Methods
function GetMode: TDBMusicBlockConfigItemMode; |
|
procedure SetMode(iValue: TDBMusicBlockConfigItemMode); |
|
function GetFolder: string; |
|
procedure SetFolder(const iValue: string); |
|
function GetRecursive: boolean; |
|
procedure SetRecursive(iValue: boolean); |
|
function GetItemType: TPlaylistItemType; |
|
procedure SetItemType(iValue: TPlaylistItemType); |
|
function GetAttributes: IStrings; |
|
procedure SetAttributes(iValue: IStrings); |
|
function GetSoftAttributeFilters: TSoftAttributeFilterArray; |
|
procedure SetSoftAttributeFilters(const iValue: TSoftAttributeFilterArray); |
|
function GetItem: string; |
|
procedure SetItem(const iValue: string); |
|
function GetOpener: string; |
|
procedure SetOpener(const iValue: string); |
|
function GetCloser: string; |
|
procedure SetCloser(const iValue: string); |
|
function GetNoOverrun: boolean; |
|
procedure SetNoOverrun(iValue: boolean); |
Description
Methods
function GetMode: TDBMusicBlockConfigItemMode; |
|
procedure SetMode(iValue: TDBMusicBlockConfigItemMode); |
|
function GetFolder: string; |
|
procedure SetFolder(const iValue: string); |
|
function GetRecursive: boolean; |
|
procedure SetRecursive(iValue: boolean); |
|
function GetItemType: TPlaylistItemType; |
|
procedure SetItemType(iValue: TPlaylistItemType); |
|
function GetAttributes: IStrings; |
|
procedure SetAttributes(iValue: IStrings); |
|
function GetSoftAttributeFilters: TSoftAttributeFilterArray; |
|
procedure SetSoftAttributeFilters(const iValue: TSoftAttributeFilterArray); |
|
function GetItem: string; |
|
procedure SetItem(const iValue: string); |
|
function GetOpener: string; |
|
procedure SetOpener(const iValue: string); |
|
function GetCloser: string; |
|
procedure SetCloser(const iValue: string); |
|
function GetNoOverrun: boolean; |
|
procedure SetNoOverrun(iValue: boolean); |
|
Generated by PasDoc 0.16.0.