OnCustomInsert Event |
Applies to
TIB_Dataset
Declaration
TIB_DatasetEvent = Procedure(IB_Dataset: TIB_Dataset ) of object;
Description
This event enables a custom handler to be supplied in order to perform
the insert on the server. An exception may be raised in this event and the
Post process will be stopped.
It may be easier to assign a statement to the InsertSQL property that can be
either an INSERT statement or an EXECUTE PROCEDURE statement.