IBX.IBDatabase.TIBTransaction.HandleIsShared

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HandleIsShared: Boolean read FHandleIsShared;

C++

__property bool HandleIsShared = {read=FHandleIsShared, nodefault};

Properties

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

Description

Indicates whether or not the handle is shared.

HandleIsShared returns true when the transaction handle is shared by more than one transaction component.