Interface ITrackCueDataItem

Unit

Declaration

type ITrackCueDataItem = interface(ICueDataItem)

Description

No description available, ancestor ICueDataItem 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['{68780D0C-D7C8-45BA-9C6B-02EE35C7332B}']
Attributes
GUID['{59CE8B29-0394-4907-9FA0-81B55A7651D2}']

Hierarchy

Overview

Methods

Public function GetTitle: string;
Public procedure SetTitle(const iValue: string);
Public function GetArtist: string;
Public procedure SetArtist(const iValue: string);
Public function GetFilename: string;
Public procedure SetFilename(const iValue: string);
Public function GetDatabaseID: string;
Public procedure SetDatabaseID(const iValue: string);
Public function GetAttributes: IStrings;
Public procedure SetAttributes(iValue: IStrings);
Public function GetItemType: TPlaylistItemType;
Public procedure SetItemType(iValue: TPlaylistItemType);

Description

Methods

Public function GetTitle: string;
 
Public procedure SetTitle(const iValue: string);
 
Public function GetArtist: string;
 
Public procedure SetArtist(const iValue: string);
 
Public function GetFilename: string;
 
Public procedure SetFilename(const iValue: string);
 
Public function GetDatabaseID: string;
 
Public procedure SetDatabaseID(const iValue: string);
 
Public function GetAttributes: IStrings;
 
Public procedure SetAttributes(iValue: IStrings);
 
Public function GetItemType: TPlaylistItemType;
 
Public procedure SetItemType(iValue: TPlaylistItemType);
 

Generated by PasDoc 0.16.0.