Sub OnBeforeExecuteTableIsland(TableIsland: IPrxTableIsland; Var Cancel: Boolean);
Begin
// set of operators
End Sub OnBeforeExecuteTableIsland;
TableIsland - the relational data area that has generated the event.
Cancel - this parameter determines calculation of a relational data area. When the parameter value is set to True, the area is not calculated. When the parameter is set to False, the area is to be calculated.
The OnBeforeExecuteTableIsland method implements the event that occurs before calculation of the relational data area.
See also: