Componentes.Terceros.jvcl/official/3.36/examples/RaLib/RaEditor/RAEditorTest.dpr
2009-02-27 12:23:32 +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.