Componentes.Terceros.jvcl/internal/3.36/1/examples/JvFooterAndGroupHeader/prjControls.dpr
2009-03-04 12:31:55 +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.