Top |
The direction of binding settings
Deprecated since 3.2: Binding direction is no longer meaningful. Please do not use in new code.
Set the property at binding time, and automatically update the property and execute the callback when the setting file changes. This is probably the most common mode. |
|
Set the property at binding time, and automatically update the setting file when the property changes. The callback can be omitted when using this mode, as it will not be used. |
|
Combines the effects of |