fpc/packages/fcl-web/examples/webdata/demo3/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
218 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.Initialize;
Application.Run;
end.