OnCustomEdit 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 update 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 EditSQL property that can be
either an UPDATE statement or an EXECUTE PROCEDURE statement.