:: com :: sun :: star :: sdb ::

service ColumnDescriptorControlModel

Included Services - Summary
::com::sun::star::awt::UnoControlModel
(referenced entity's summary:)
Properties' Summary
short
Border
specifies the border style of the control.  
boolean
Enabled
determines whether the control is enabled or disabled.  
boolean
Tabstop
specifies that the control can be reached with the TAB key.  
::com::sun::star::beans::XPropertySet
Column
specifies the column descriptor where the values will be stored in.  
::com::sun::star::sdbc::XConnection
ActiveConnection
specifies the connection to a database.  
Included Services - Details
::com::sun::star::awt::UnoControlModel
(referenced entity's summary:)
Properties' Details
Border
short Border;
Description
specifies the border style of the control.
 0: No border
 1: 3D border
 2: simple border
 
Enabled
boolean Enabled;
Description
determines whether the control is enabled or disabled.
Tabstop
boolean Tabstop;
Description
specifies that the control can be reached with the TAB key.
Column
::com::sun::star::beans::XPropertySet Column;
Description
specifies the column descriptor where the values will be stored in.
ActiveConnection
::com::sun::star::sdbc::XConnection ActiveConnection;
Description
specifies the connection to a database.

 
Top of Page