:: com :: sun :: star :: form :: binding ::

service BindableDatabaseCheckBox

Included Services - Summary
::com::sun::star::form::component::DatabaseCheckBox
(referenced entity's summary:)
BindableDataAwareControlModel

specifies the interaction between an internal binding to a database column, and an external value binding.

Properties' Summary
string
SecondaryRefValue
specifies a value which is to be associated with the control when it's not checked.  
Included Services - Details
::com::sun::star::form::component::DatabaseCheckBox
(referenced entity's summary:)
BindableDataAwareControlModel
Description
specifies the interaction between an internal binding to a database column, and an external value binding.

Properties' Details
SecondaryRefValue
string SecondaryRefValue;
Description
specifies a value which is to be associated with the control when it's not checked.

::com::sun::star::form::component::CheckBox::RefValue is transferred to possible external value bindings as soon as the check box is checked. With the member SecondaryRefValue, clients of the check box can also associate a value with the not checked state of the control.


 
Top of Page