Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

service DatabaseFormattedField

Description
This service specifies a data-aware FormattedField.


Included Services

com::sun::star::form::component::FormattedField
Description
provides the basic functionality for a formatted field.
com::sun::star::form::DataAwareControlModel
Description
provides the functionality to bind the field to a database field.

Properties' Summary

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

Properties' Details

ConvertEmptyToNull
 
boolean ConvertEmptyToNull;
Description
determines if empty text should be regarded as a NULL value.

Top of Page