IBX.IBDatabase.TIBTransaction.CheckAutoStop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CheckAutoStop;

C++

void __fastcall CheckAutoStop();

Properties

Type Visibility Source Unit Parent
procedure
function
public
IBX.IBDatabase.pas
IBX.IBDatabase.hpp
IBX.IBDatabase TIBTransaction

Description

Performs the action that the AutoStopAction property specifies.

Datasets call CheckAutoStop at times when it is appropriate to implicitly end a transaction. CheckAutoStop then performs the action that the AutoStopAction property specifies.