先用ADOQuery连接数据库,写好语句 adoquery.close;adoquery.sql.clear;adoquery.sql.add('select * from table1');adoquery.open;,然后再 edit .text := ADOQuery.fieldbyname('字段').asstring;