interface XInteractionSupplyParameters in module com::sun::star::sdb::

(Global Index)

Syntax

interface XInteractionSupplyParameters : com::sun::star::task::XInteractionContinuation ;

Description

An interaction continuation handing back parameter data.

This continuation is typically used in conjunction with a ParametersRequest .

Method Summary

setParameters set the parameters chosen by the interaction handler

Method Details



setParameters

Syntax

void setParameters (
sequence< com::sun::star::beans::PropertyValue > Values );

Description

set the parameters chosen by the interaction handler

Parameter Values

the parameters to set
Top of Page