OnCustomizeDPB Event

Applies to
TIB_Connection

Declaration
TIB_CustomizeDPBEvent = Procedure(Sender: TIB_Connection; var BufPtr: integer; var Buffer: array of char ) of object;

Description
This event is used to further refine the DPB hat is used in the API call to establish the database connection.

The IB_WISQL sample application has an example of how to use this event.