c++builder怎么在BeforePost取消POST

c++builder如何在BeforePost取消POSTc++builder如何在BeforePost取消POST[解决办法]C/C++ codevoid __fast

c++builder如何在BeforePost取消POST
c++builder如何在BeforePost取消POST

[解决办法]

C/C++ code
void __fastcall TForm1::ADOQuery1BeforePost(TDataSet *DataSet){    DataSet->Cancel();}