| OnGetDPItem Event |
Applies to
TIB_DataPump
Declaration
TIB_GetDPItemEvent = Procedure(Sender: TIB_DataPump; AIndex: integer; ADstLink: string; AClass: string; var ADPItem: TIB_DPItemBase ) of object;
Description
This event allows a custom designed class to be passed in in order to
process a data pump item. Define your own classes in code and then make use
of them at run-time using this mechanism.