1。TQuery 的Properties 上的 Params 属性为什么不可以编辑。在正常情况下点击此项就会弹出一个可以添加列的编辑框,可是我的弹出来的编辑框不可以编辑。为什么呀?
2。procedure Tsubjectfrm.dbcellclick(Column: TColumn); 
 var s1:string; 
begin
   s1:=query_no.FieldValues['subno'] ;
   with  query_contents do  
      begin
      close;
      sql.clear;      
      open; 
      sql.Add('select subcontent from subjectcontent where subjectcontent.subno:=no');
      parambyname('no'):=s1;
在query_no 的Properties面板中的ParamCheck属性设置为no 可是我设成后Active设成true时弹出一个错误:Parameter object is improperly defined. Inconsistent or incomplete information was provided