Componentes.Terceros.DevExp.../official/x.38/ExpressMasterView/Demos/Delphi/HugeTables/HugeTablesDemo.dpr
2008-08-27 11:56:15 +00:00

14 lines
195 B
ObjectPascal

program HugeTablesDemo;
uses
Forms,
main in 'main.pas' {fmMain};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TfmMain, fmMain);
Application.Run;
end.