各位老大,问一个极菜的问题,不要笑我!请问DataModule在哪里可以找到啊?哪个标签下啊?

解决方案 »

  1.   

    还有一个问题,我用select * from abc
    找到了10条记录,那么我想显示出记录数,那么在label1.caption:=adoquery1.???
    可以显示出来啊?谢谢!
      

  2.   

    datamodule在
    file->new..
    中可以找到
      

  3.   

    在New里面...
    label1.caption:=IntToStr(ADOQuery1.RecordCount);
      

  4.   

    label1.caption:=IntToStr(ADOQuery1.RecordCount);
      

  5.   

    label1.caption := inttostr(adoquery1.recordcount);