Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は 2 つのクエリの TADOQuery と TADOQuery1 を持っていません。コードを介して TADOQuery1 から TADOQuery レコードを更新したいのですが、可能ですか?? 彼らは同じフィールドを持っています
ありがとうございます
次のようにCloneメソッドを使用できます。
ADOQuery1.Clone(ADOQuery2);
これがお役に立てば幸いです。