You've already forked lazarus-ccr
jvcllaz: Add TJvID3v2 (mp3 tags). Add demos for TJvID3v1 and TJvID3v2.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6299 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
16
components/jvcllaz/examples/JvID3v1/JvID3v1Demo.lpr
Normal file
16
components/jvcllaz/examples/JvID3v1/JvID3v1Demo.lpr
Normal file
@ -0,0 +1,16 @@
|
||||
program JvID3v1Demo;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
uses
|
||||
Interfaces,
|
||||
Forms,
|
||||
JvID3v1MainFormU in 'JvID3v1MainFormU.pas' {JvID3v1MainForm};
|
||||
|
||||
{$R *.res}
|
||||
|
||||
begin
|
||||
Application.Initialize;
|
||||
Application.CreateForm(TJvID3v1MainForm, JvID3v1MainForm);
|
||||
Application.Run;
|
||||
end.
|
Reference in New Issue
Block a user