Componentes.Terceros.jvcl/official/3.39/examples/JvFooterAndGroupHeader/prjControls.dpr
2010-01-18 16:55:50 +00:00

15 lines
315 B
ObjectPascal

program prjControls;
uses
Forms,
JvFooterAndGroupHeaderDemoForm in 'JvFooterAndGroupHeaderDemoForm.pas' {JvFooterAndGroupHeaderDemoFrm};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TJvFooterAndGroupHeaderDemoFrm, JvFooterAndGroupHeaderDemoFrm);
Application.Run;
end.