c++builder如何在BeforePost取消POSTc++builder如何在BeforePost取消POST[解决办法]
void __fastcall TForm1::ADOQuery1BeforePost(TDataSet *DataSet){ DataSet->Cancel();}