makes it possible to query information about the state of one or more properties.
More...
import"XPropertyState.idl";
makes it possible to query information about the state of one or more properties.
The state contains the information if:
-
a value is available or void
-
the value is stored in the object itself, or if a default value is to be used
-
and if the value cannot be determined, due to ambiguity (multi selection with multiple values).
- Developers Guide
- Professional UNO - Properties
Forms - Control Models
◆ getPropertyDefault()
- Returns
- the default value of the property with the name PropertyName.
If no default exists, is not known or is void, then the return type is void
.
- Parameters
-
aPropertyName | specifies the name of the property. |
- Exceptions
-
◆ getPropertyState()
- Returns
- the state of the property.
- Parameters
-
PropertyName | specifies the name of the property. |
- Exceptions
-
◆ getPropertyStates()
- Returns
- a sequence of the states of the properties which are specified by their names.
The order of the states is correlating to the order of the given property names.
- Parameters
-
aPropertyName | contains the sequence of property names. |
- Exceptions
-
◆ setPropertyToDefault()
Sets the property to default value.
The value depends on the implementation of this interface. If it is a bound property, you must change the value before the change events are fired. If it is a constrained property, you must fire the vetoable event before you change the property value.
- Parameters
-
PropertyName | specifies the name of the property. |
- Exceptions
-
The documentation for this interface was generated from the following file: