fpc/packages/fcl-web/examples/webdata/demo6/extgrid.lpr
michael 86a5871ba4 * Lazarus is no longer needed for the examples
git-svn-id: trunk@17740 -
2011-06-13 12:57:32 +00:00

19 lines
277 B
ObjectPascal

program extgrid;
{$mode objfpc}{$H+}
uses
{$ifdef unix}cwstring,xmliconv,{$endif}
fpCGI, wmusers;
{$IFDEF WINDOWS}{$R extgrid.rc}{$ENDIF}
{$R *.res}
begin
Application.Title:='SQLDBWebDataProvider demo using ExtJS';
Application.Initialize;
Application.Run;
end.