RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdoDbxCommand.Cancel Method

Attempts to cancel a TAdoDbxCommand.

Pascal
procedure Cancel; override;
C++
virtual __fastcall Cancel();

Cancel attempts to cancel a TAdoDbxCommand. If a command is in progress, it is cancelled. No exception is generated if the cancel fails. If no command is in progress, nothing happens. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!