:: com :: sun :: star :: form ::

interface XBoundComponent
Base Interfaces
XBoundComponentXUpdateBroadcaster

XUpdateBroadcaster
(referenced interface's summary:)
Developers Guide
Forms - Committing Controls

Methods' Summary
commit commits the content of the component into the data source it is bound to.  
Methods' Details
commit
boolean
commit();

Description
commits the content of the component into the data source it is bound to.
Returns
true when the commitment was successful, otherwise false.
Top of Page