struct DatabaseParameterEvent in module com::sun::star::form::

(Global Index)

Syntax

struct DatabaseParameterEvent : com::sun::star::lang::EventObject ;

Description

is fired if values for parameters are needed.

Field Summary

Parameters specifies the list of parameters. Each parameter contains a complete description of the value and the value itself.

Field Details



Parameters

Syntax

com::sun::star::container::XIndexAccess Parameters;

Description

specifies the list of parameters. Each parameter contains a complete description of the value and the value itself.

See also

Column
Top of Page