|
Syntax
string DataField;
Description
specifies the name of the bound database field.
Syntax
[readonly] com::sun::star::beans::XPropertySet BoundField;
Description
references to the cursor field to which the control is bound. Applies only if the form, the control model
belongs to (the models parent), is loaded and the control is valid bound.
The referenced field supports the Column service.
Syntax
com::sun::star::beans::XPropertySet LabelControl;
Description
references to a control model within the same document which should be used as a label.
Any
user interface action which needs to refer to the control is assumed to use this property.
When setting this property a number of constraints apply: the object which is to be set has to support
the XControlModel ,
XServiceInfo ,
XPropertySet and
XChild
interfaces. It has to be a part of the same document as the model who's property is to be modified. Additionally
the support of a special service, indicating that the model is of the right type, is required. Which kind of
service is in the request depends on the type of the control model.
|