Componentes.Terceros.jcl/official/1.100/examples/JvFooterAndGroupHeader/prjControls.dpr

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.