Componentes.Terceros.jvcl/official/3.39/examples/RaLib/RaEditor/RAEditorTest.dpr
2010-01-18 16:55:50 +00:00

15 lines
248 B
ObjectPascal

program RAEditorTest;
uses
Forms,
fJvEditorTest in 'fJvEditorTest.pas' {frmEditor};
{$R *.RES}
begin
Application.Initialize;
Application.Title := '';
Application.CreateForm(TfrmEditor, frmEditor);
Application.Run;
end.