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

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

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.

Properties' Summary

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

Properties' Details

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

Top of Page