Interface BBjGridEvent::getStandardGrid

Description

In BBj 7.0 and higher, this method calls SysGuiEvent::getControl() and casts the return value to a BBjStandardGrid.

Syntax

Return Value

Method

BBjStandardGrid

getStandardGrid()

Parameters

None.

Return Value

Returns the BBjStandardGrid that is the source of the event.

Remarks

If the source of the event is not a BBjStandardGrid, then this method will throw an !ERROR=26.

Example

None.

See Also

BBjAPI

BBjSysGui

BBjSysGuiEvent::getControl

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.