com :: sun :: star :: form :: interface XConfirmDeleteListener
- Base Interface
- com::sun::star::lang::XEventListener
- Description
- is the listener interface for receiving "confirmDelete" events
posted by a database form.
"confirmDelete" must be posted by a component before a deletion
is performed. You may use the event to write your own confirmation
messages.
- See also
- com::sun::star::form::component::DatabaseForm
Methods' Summary
|
confirmDelete |
is invoked when the current record of a database form will be deleted.
|
Methods' Details
|
- confirmDelete
-  
- boolean
confirmDelete(
-
- Description
- is invoked when the current record of a database form will be deleted.
- Parameter aEvent
-
the event happend.
- Returns
-
true when the row caan be deleted, otherwise false .
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.