interface XUpdatable in module com::sun::star::util::

(Global Index)

Syntax

interface XUpdatable : com::sun::star::uno::XInterface ;

Description

is supported by objects with data that can be updated from a data source.

Method Summary

update refreshes the data of the object from the connected data source.

Method Details



update

Syntax

void update ();

Description

refreshes the data of the object from the connected data source.

Top of Page