IBX.IBDatabase.TIBTransaction.Handle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Handle: TISC_TR_HANDLE read FHandle;

C++

__property Ibx::Ibexternals::PVoid Handle = {read=FHandle};

Properties

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

Description

Returns the transaction handle.

Use Handle to retrieve a handle to the transaction. Handle is assigned an initial value when a transaction is started.