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

(Global Index)

Syntax

service DatabaseTextField;

Description

This service specifies a data-aware TextField.

Included Services

com::sun::star::form::component::TextField

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 empty text should be regarded as a NULL value.

Property Details



ConvertEmptyToNull

Syntax

boolean ConvertEmptyToNull;

Description

determines if empty text should be regarded as a NULL value.

Top of Page