TIB_CustomizeTPBEvent Type

Unit
IB_Components

Declaration

TIB_CustomizeTPBEvent = procedure (     Sender: TIB_Transaction;
                                        AConnection: TIB_Connection;
                                    var BufInd: longint;
                                    var Buffer: pchar ) of object;

Description
Event type used by TIB_Transaction class to pass in custom TPB settings.

AConnection is either nil or the connection to which the TPB will be applied.

If it is nil then TPB customizations will be applied to all of the connections that belong to this transaction.