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