functional overview
This function sets a value for the property of a control.
Details of Functions
This logic sets a value to a specified property of a control within a form. Depending on the target, additional optional settings can be applied.
parameter
- argument (e.g. function, program, programme)
-
form character string data
Specifies the name of the target form.control character string data
Specifies the name of the target control.target Specifies the property to be set. Value numeric data character string data Date & Time Data video data
Specifies the value to be set.Option numeric data character string data Date & Time Data video data
Optional setting.
- Value and Option Detail
- The relationship between the target, the value to be set, and the option settings corresponds to existing logic as follows:
-
Target Value Option Contents Same as existing logic None Enable status 0 or empty: "Disabled"
1: "Enabled"
Others: InvalidNone Visible status 0 or empty: "Hidden"
1: "Visible"
Others: InvalidNone Background image Same as existing logic 0 or empty: "Default"
1: "Checked"
Others: InvalidForeground color Signed 32-bit integer
(Result from "2305_Custom/Get Color Value" can be used)None Background color Signed 32-bit integer
(Result from "2305_Custom/Get Color Value" can be used)None Ruled line color Signed 32-bit integer
(Result from "2305_Custom/Get Color Value" can be used)None Update None None Left Same as existing logic None Top Same as existing logic None Width Same as existing logic None Height Same as existing logic None Initialize None None Placeholder Same as existing logic None Tag Same as existing logic None Focus None None Touch None None Invalid foreground color Signed 32-bit integer
(Result from "2305_Custom/Get Color Value" can be used)None Invalid background color Signed 32-bit integer
(Result from "2305_Custom/Get Color Value" can be used)None Invalid border color Signed 32-bit integer
(Result from "2305_Custom/Get Color Value" can be used)None Table scroll Same as existing logic 0 or empty: "Current position"
-1: "Top"
1: "Bottom"Subform scroll Same as existing logic 0 or empty: "Current position"
-1: "Top"
1: "Bottom"Subform transition destination Same as existing logic None Subform display magnification Same as existing logic None
- return value
- None