• 大小: 4.27MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-09-17
  • 语言: 其他
  • 标签: NextGrid  delphi  XE2  

资源简介

Delphi XE2 可用的NextGrid

资源截图

代码片段和文件信息

//---------------------------------------------------------------------------

#include 
#pragma hdrstop
//---------------------------------------------------------------------------
USEFORM(“Unit1.cpp“ Form1);
//---------------------------------------------------------------------------
WINAPI WinMain(HINSTANCE HINSTANCE LPSTR int)
{
        try
        {
                 Application->Initialize();
                 Application->CreateForm(__classid(TForm1) &Form1);
                 Application->Run();
        }
        catch (Exception &exception)
        {
                 Application->ShowException(&exception);
        }
        catch (...)
        {
                 try
                 {
                         throw Exception(““);
                 }
                 catch (Exception &exception)
                 {
                         Application->ShowException(&exception);
                 }
        }
        return 0;
}
//---------------------------------------------------------------------------

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        3464  2008-04-20 12:24  Demos\Delphi\Next Collection\Boundle Demo\Unit1.pas
     文件        3017  2007-11-12 07:36  Demos\Delphi\Next Collection\Demo 1\Unit1.pas
     文件         787  2006-09-25 23:17  Demos\Delphi\Next Collection\Demo 2\Unit1.pas
     文件         710  2008-03-11 21:16  Demos\Delphi\Next Collection\NxAlerWindow\Unit1.pas
     文件         514  2010-09-06 17:08  Demos\Delphi\Next Collection\NxGlyphPageControl Demo\Unit1.pas
     文件         455  2008-03-11 00:20  Demos\Delphi\Next Collection\NxPageControl Demo\Unit1.pas
     文件        1562  2008-02-02 16:43  Demos\Delphi\Next Collection\NxPathControl Basic Demo\Unit1.pas
     文件        1765  2008-03-15 12:06  Demos\Delphi\Next DBGrid\ADO\Blob Image Demo\Unit1.pas
     文件       10098  2011-06-20 14:48  Demos\Delphi\Next DBGrid\ADO\Demo 1\Unit1.pas
     文件        1904  2009-04-05 17:08  Demos\Delphi\Next DBGrid\ADO\Demo 1\Unit2.pas
     文件        4726  2009-06-09 22:00  Demos\Delphi\Next DBGrid\ADO\Demo 2\Unit1.pas
     文件        1931  2007-07-28 18:42  Demos\Delphi\Next DBGrid\ADO\Demo 2\Unit2.pas
     文件        4201  2010-05-05 00:34  Demos\Delphi\Next DBGrid\ADO\Demo 3\Unit1.pas
     文件         851  2009-06-06 13:43  Demos\Delphi\Next DBGrid\ADO\Demo 4\Unit1.pas
     文件       17206  2010-09-02 00:42  Demos\Delphi\Next DBGrid\BDE\Demo 1\Unit1.pas
     文件        5218  2009-05-22 17:36  Demos\Delphi\Next DBGrid\BDE\Demo 2\Unit1.pas
     文件        4858  2011-02-22 01:23  Demos\Delphi\Next DBGrid\BDE\Demo 3\Unit1.pas
     文件        4622  2009-06-04 23:07  Demos\Delphi\Next DBGrid\CDS\Demo 1\Unit1.pas
     文件        2940  2007-09-26 09:01  Demos\Delphi\Next DBGrid\Misc\Virtual DataSet\Unit1.pas
     文件        1507  2005-05-09 10:07  Demos\Delphi\Next DBGrid\ZDBO\Demo 1\Unit1.pas
     文件         614  2005-04-02 00:33  Demos\Delphi\Next DBGrid\ZDBO\Demo 1\Unit2.pas
     文件        4086  2011-06-06 09:20  Demos\Delphi\Next DBInspector\BDE\Demo 1\Unit1.pas
     文件       32675  2009-12-11 02:30  Demos\Delphi\Next Grid\Demo 1\Unit1.pas
     文件         626  2005-03-25 00:15  Demos\Delphi\Next Grid\Demo 1\Unit2.pas
     文件         697  2005-03-25 00:17  Demos\Delphi\Next Grid\Demo 1\Unit3.pas
     文件        9292  2005-04-11 16:58  Demos\Delphi\Next Grid\Demo 2\Unit1.pas
     文件        2550  2009-08-25 22:54  Demos\Delphi\Next Grid\Demo 3\Unit1.pas
     文件        3287  2008-03-13 20:17  Demos\Delphi\Next Grid\Demo 4\Unit1.pas
     文件        1902  2007-09-23 18:33  Demos\Delphi\Next Grid\FindText Search\Unit1.pas
     文件        3809  2006-03-18 00:27  Demos\Delphi\Next Grid\FixedCols Demo\Unit1.pas
     文件        1600  2007-01-27 22:45  Demos\Delphi\Next Grid\Header Vertical Text\Unit1.pas
............此处省略973个文件信息

评论

共有 条评论