双击DBGrid生成新的列!再在属性上面找 title,caption就是你要填写的汉字,

解决方案 »

  1.   

    放上一个datasource,将datasource的dataset属性设置为你的query,将dbgrid的datasource设置为刚才的那个就好了。
      

  2.   

    select fieldname1 AS '字段1',fieldname2 AS '字段2'....
      

  3.   

    Select FieldName1 中文名1,FieldName2 中文名2……
    —————————————————————————————————
    MaximStr := '宠辱不惊,看庭前花开花落,去留无意;
                 毁誉由人,望天上云卷云舒,聚散任风。';
    if Not Assigned(I) then
      I := TI.Create(Nil);
    I.Maxim := MaximStr;
    —————————————————————————————————