Sub OnBeforeTransferDataDataIsland(DataIsland: IPrxDataIsland; Var Cancel: Boolean);
Begin
//set of operators;
End Sub OnBeforeTransferDataDataIsland;
DataIsland - data area that has generated the event.
Cancel - this parameter determines data saving. When this parameter is set to True, the changed data is not saved, when the parameter is set to False, the data is saved.
The OnBeforeTransferDataDataIsland method implements the event that occurs before saving changed values of the data area.
See also: