歴史の質問を調べていると、私はこの質問に入りました:
Delphi ADO クエリ
RRUZ は次のように述べています。
AdoQuery1.close;
AdoQuery1.filter := 'your condition goes here';
AdoQuery1.filtered := true;
AdoQuery1.Open;
編集:または単に:
AdoQuery1.filter := 'your condition goes here';
AdoQuery1.filtered := true;