TableView.Save (gb.form)

Function Save ( ) As Boolean

Raise the Save event.

This method merely raises the Save event. It saves nothing.

The return value indicates whether or not the event handler has called STOP EVENT.

Since this method raises the Save event, do not call it from within the Save event handler or it will cause a stack overflow. See the Save event page for more information.