Componentes.Terceros.jvcl/official/3.32/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.