[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpcddb.pp line 75
type TCDDisk = class(TCollectionItem) |
protected |
function CreateTracks; virtual; |
public |
constructor Create(); |
procedure Assign(); override; |
property IntDiscID: Integer; [rw] |
published |
property PlayOrder: string; [rw] |
property Year: Word; [rw] |
property Title: string; [rw] |
property Performer: string; [rw] |
property Genre: string; [rw] |
property Extra: string; [rw] |
property DiscID: string; [rw] |
end; |
| |
TObject |