Interface IRegionContainerDBTemplateItem

Unit

Declaration

type IRegionContainerDBTemplateItem = interface(IDBTemplateItem)

Description

No description available, ancestor IDBTemplateItem description follows
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['{2B5A493D-54D3-4D13-A8DB-E6734665DC85}']
Attributes
GUID['{A53CD70A-5381-45AB-96FF-F9BEA074E328}']

Hierarchy

Overview

Methods

Public function GetSubPlaylist(iRegion: byte): integer;
Public procedure SetSubPlaylist(iRegion: byte; iValue: integer);
Public function GetTitle: string;
Public procedure SetTitle(const iValue: string);
Public function GetArtist: string;
Public procedure SetArtist(const iValue: string);
Public function GetItemType: TPlaylistItemType;
Public procedure SetItemType(iValue: TPlaylistItemType);
Public function GetAutoFillMethod: TAutoFillMethod;
Public procedure SetAutoFillMethod(iValue: TAutoFillMethod);
Public function GetFiller: string;
Public procedure SetFiller(iValue: string);

Description

Methods

Public function GetSubPlaylist(iRegion: byte): integer;
 
Public procedure SetSubPlaylist(iRegion: byte; iValue: integer);
 
Public function GetTitle: string;
 
Public procedure SetTitle(const iValue: string);
 
Public function GetArtist: string;
 
Public procedure SetArtist(const iValue: string);
 
Public function GetItemType: TPlaylistItemType;
 
Public procedure SetItemType(iValue: TPlaylistItemType);
 
Public function GetAutoFillMethod: TAutoFillMethod;
 
Public procedure SetAutoFillMethod(iValue: TAutoFillMethod);
 
Public function GetFiller: string;
 
Public procedure SetFiller(iValue: string);
 

Generated by PasDoc 0.16.0.