IUiPrxTableIslandEventArgs.TableIsland

Syntax

TableIsland: IPrxTableIsland;

Description

The TableIsland property returns a relational data area.

Example

Consider an event that occurs after calculation of the relational data area (EventOnAfterExecuteTableIsland).

Sub EventOnAfterExecuteTableIsland(Args: IUiPrxTableIslandEventArgs);

Begin

WinApplication.InformationBox(Args.TableIsland.Id);

End Sub EventOnAfterExecuteTableIsland;

When the event occurs, an information message containing identifier of the relational data area is displayed.

See also:

IUiPrxTableIslandEventArgs