service DatabasePatternField in module com::sun::star::form::component::

(Global Index)

Syntax

service DatabasePatternField;

Description

This service specifies a data-aware pattern field.

Included Services

com::sun::star::form::component::PatternField

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

Description

is an abstract service for specialized FormControlModel s which are data aware and thus can be bound to a data source.


Property Summary

ConvertEmptyToNull determines if an empty textshould be regarded as a NULL value.

Property Details



ConvertEmptyToNull

Syntax

boolean ConvertEmptyToNull;

Description

determines if an empty textshould be regarded as a NULL value.

Top of Page