IBX.IBDatabase.TIBTransaction.TPB

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TPB: PByte read FTPB;

C++

__property System::PByte TPB = {read=FTPB};

Properties

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

Description

Provides a read-only view of the transaction parameter buffer.

Use TPB view the transaction parameter buffer. To write to the transaction parameter buffer, use the Params property.