Overview | Methods | Fields | This Package | All Packages
Triggers the inserting event.
Syntax
protected void onInserting( CancelEvent event )
Parameters
event
A CancelEvent object that provides the event data.
Remarks
The inserting event occurs when the user first clicks in the blank row of the grid. A record is then added to the underlying recordset and the inserted event occurs.
When overriding onInserting, be sure to call super.onInserting.
See Also addOnInserting, removeOnInserting