Also appears in: Button, Check Box, Text Box, List Box, Horizontal Slider, Vertical Slider, Rich Text Box, Rich Button, Rich List Box
Link to the Control Configuration object.
This link supplies the control's configuration parameters.
Also appears in: Button, Check Box, Text Box, List Box, Horizontal Slider, Vertical Slider, Rich Text Box, Rich Button, Rich List Box
Link to the Program object.
Also appears in: Button, Check Box, Text Box, List Box, Horizontal Slider, Vertical Slider, Rich Text Box, Rich Button, Rich List Box
An ID used to establish a connection between several independent form controls. Controls with the same fcConnectionID are connected.
Also appears in: Button, Check Box, Text Box, List Box, Horizontal Slider, Vertical Slider, Rich Text Box, Rich Button, Rich List Box
A flag that indicates whether and how the control is locked for user interactions.
Supported values:
0 = Control is not locked (all user interactions are enabled)
1 = Control is completely locked (all user interactions are disabled)
2 = Control is locked for changes (user changes are disabled, other interactions are enabled)
3 = Control is locked for changes (user changes are disabled, other interactions are enabled), except scrolling
4 = Control is only locked for scrolling
Also appears in: Button, Check Box, Text Box, List Box, Horizontal Slider, Vertical Slider, Rich Text Box, Rich Button, Rich List Box
A flag indicating the state of a control.
Supported values:
0 = Normal
1 = Pushed
2 = Selected
Also appears in: Button, Check Box, Text Box, List Box, Horizontal Slider, Vertical Slider, Rich Text Box, Rich Button, Rich List Box
Name of the control. Controls representing different variables or features should have different names. Controls representing the same variable or feature (e.g. a group of radio buttons) should have the same name.
Supported Compression Methods: 006
Also appears in: Listbox Column, Button, Check Box, Text Box, List Box
Control's value in ANSI format (1 byte per character). Any form control can have a value. Most controls (e.g. buttons, radio buttons, check boxes, text boxes) need a value to function in a useful way. Some controls, however, can function without a value (e.g. sliders).
Supported Compression Methods: 004
Also appears in: Listbox Column, Button, Check Box, Text Box, List Box
Control's value in Unicode format (2 bytes per character). Any form control can have a value. Most controls (e.g. buttons, radio buttons, check boxes, text boxes) need a value to function in a useful way. Some controls, however, can function without a value (e.g. sliders).
Supported Compression Methods: 002
Also appears in: Listbox Column, Button, Check Box, Text Box, List Box
Control's value in Unicode format (3 bytes per character). Any form control can have a value. Most controls (e.g. buttons, radio buttons, check boxes, text boxes) need a value to function in a useful way. Some controls, however, can function without a value (e.g. sliders).
Supported Compression Methods: 000
Also appears in: Listbox Column, Button, Check Box, Text Box, List Box
Control's value in Unicode format (4 bytes per character). Any form control can have a value. Most controls (e.g. buttons, radio buttons, check boxes, text boxes) need a value to function in a useful way. Some controls, however, can function without a value (e.g. sliders).
Also appears in: Button, Check Box, Text Box, List Box, Horizontal Slider, Vertical Slider, Rich Text Box, Rich Button, Rich List Box
Width of the control in document units.
Also appears in: Button, Check Box, Text Box, List Box, Horizontal Slider, Vertical Slider, Rich Text Box, Rich Button, Rich List Box
Height of the control in document units.
Also appears in: Button, Check Box, Text Box, List Box, Horizontal Slider, Vertical Slider, Rich Text Box, Rich Button, Rich List Box
An arbitrary user parameter.
Also appears in: Button, Check Box, Text Box, List Box, Horizontal Slider, Vertical Slider, Rich Text Box, Rich Button, Rich List Box
Tab order ID.
Also appears in: Button, Check Box, Text Box, List Box, Horizontal Slider, Vertical Slider, Rich Text Box, Rich Button, Rich List Box
An ID used to group several form controls. Controls with the same fcGroupID belong to the same group.
Also appears in: Button, Check Box, Text Box, List Box, Horizontal Slider, Vertical Slider, Rich Text Box, Rich Button, Rich List Box
Also appears in: Button, Check Box, Text Box, List Box, Horizontal Slider, Vertical Slider, Rich Text Box, Rich Button, Rich List Box
An array of actions executed when the control is released.
Each element of the array can have one of the following values:
0 = Do nothing
1 = Call the callback function
2 = Jump to the page specified in fcUserParam
3 = Scroll up (left) connected sliders, text boxes and list boxes
4 = Scroll down (right) connected sliders, text boxes and list boxes
5 = Scroll connected list boxes and text boxes according to the slider's position
6 = Copy the value of the slider's position to connected text boxes
7 = Scroll connected sliders according to the first visible item in the list box or text box
8 = Copy the value of the selected item in the list to connected text boxes
9 = Hide all controls whose GroupID matches the value specified in fcUserParam
10 = Show all controls whose GroupID matches the value specified in fcUserParam
11 = Alternate the visibility of all controls whose GroupID matches the value specified in fcUserParam
12 = Jump to the previous page
13 = Jump to the next page
14 = Update connected sliders to reflect the amount of content in the text box
15 = Copy the value of the slider's position to joined media - by time
16 = Copy the value of the slider's position to joined media - by frame
17 = Pause joined media
18 = Play joined media
19 = Restart joined media
20 = Toggle joined media
21 = Open URL specified in fcUserString using the default Web browser
22 = Jump to the first page that holds an image with the name ID specified in fcUserParam
23 = Jump to the last page that holds an image with the name ID specified in fcUserParam
24 = Open address specified in fcUserString using the default E-mail client
100 = Call the Program object via fcProgramPtr
Also appears in: Check Box, Text Box, List Box, Horizontal Slider, Vertical Slider, Rich Text Box, Rich List Box
An array of actions executed when a change inside the control is made.
Each element of the array can have one of the following values:
0 = Do nothing
1 = Call the callback function
2 = Jump to the page specified in fcUserParam
3 = Scroll up (left) connected sliders, text boxes and list boxes
4 = Scroll down (right) connected sliders, text boxes and list boxes
5 = Scroll connected list boxes and text boxes according to the slider's position
6 = Copy the value of the slider's position to connected text boxes
7 = Scroll connected sliders according to the first visible item in the list box or text box
8 = Copy the value of the selected item in the list to connected text boxes
9 = Hide all controls whose GroupID matches the value specified in fcUserParam
10 = Show all controls whose GroupID matches the value specified in fcUserParam
11 = Alternate the visibility of all controls whose GroupID matches the value specified in fcUserParam
12 = Jump to the previous page
13 = Jump to the next page
14 = Update connected sliders to reflect the amount of content in the text box
15 = Copy the value of the slider's position to joined media - by time
16 = Copy the value of the slider's position to joined media - by frame
17 = Pause joined media
18 = Play joined media
19 = Restart joined media
20 = Toggle joined media
21 = Open URL specified in fcUserString using the default Web browser
22 = Jump to the first page that holds an image with the name ID specified in fcUserParam
23 = Jump to the last page that holds an image with the name ID specified in fcUserParam
24 = Open address specified in fcUserString using the default E-mail client
100 = Call the Program object via fcProgramPtr
Also appears in: Button, Check Box, Text Box, List Box, Horizontal Slider, Vertical Slider, Rich Text Box, Rich Button, Rich List Box
An array of actions executed when the control is pushed.
Each element of the array can have one of the following values:
0 = Do nothing
1 = Call the callback function
2 = Jump to the page specified in fcUserParam
3 = Scroll up (left) connected sliders, text boxes and list boxes
4 = Scroll down (right) connected sliders, text boxes and list boxes
5 = Scroll connected list boxes and text boxes according to the slider's position
6 = Copy the value of the slider's position to connected text boxes
7 = Scroll connected sliders according to the first visible item in the list box or text box
8 = Copy the value of the selected item in the list to connected text boxes
9 = Hide all controls whose GroupID matches the value specified in fcUserParam
10 = Show all controls whose GroupID matches the value specified in fcUserParam
11 = Alternate the visibility of all controls whose GroupID matches the value specified in fcUserParam
12 = Jump to the previous page
13 = Jump to the next page
14 = Update connected sliders to reflect the amount of content in the text box
15 = Copy the value of the slider's position to joined media - by time
16 = Copy the value of the slider's position to joined media - by frame
17 = Pause joined media
18 = Play joined media
19 = Restart joined media
20 = Toggle joined media
21 = Open URL specified in fcUserString using the default Web browser
22 = Jump to the first page that holds an image with the name ID specified in fcUserParam
23 = Jump to the last page that holds an image with the name ID specified in fcUserParam
24 = Open address specified in fcUserString using the default E-mail client
100 = Call the Program object via fcProgramPtr
Also appears in: Button, Check Box, Text Box, List Box, Horizontal Slider, Vertical Slider, Rich Text Box, Rich Button, Rich List Box
An array of actions executed when the control receives focus.
Each element of the array can have one of the following values:
0 = Do nothing
1 = Call the callback function
2 = Jump to the page specified in fcUserParam
3 = Scroll up (left) connected sliders, text boxes and list boxes
4 = Scroll down (right) connected sliders, text boxes and list boxes
5 = Scroll connected list boxes and text boxes according to the slider's position
6 = Copy the value of the slider's position to connected text boxes
7 = Scroll connected sliders according to the first visible item in the list box or text box
8 = Copy the value of the selected item in the list to connected text boxes
9 = Hide all controls whose GroupID matches the value specified in fcUserParam
10 = Show all controls whose GroupID matches the value specified in fcUserParam
11 = Alternate the visibility of all controls whose GroupID matches the value specified in fcUserParam
12 = Jump to the previous page
13 = Jump to the next page
14 = Update connected sliders to reflect the amount of content in the text box
15 = Copy the value of the slider's position to joined media - by time
16 = Copy the value of the slider's position to joined media - by frame
17 = Pause joined media
18 = Play joined media
19 = Restart joined media
20 = Toggle joined media
21 = Open URL specified in fcUserString using the default Web browser
22 = Jump to the first page that holds an image with the name ID specified in fcUserParam
23 = Jump to the last page that holds an image with the name ID specified in fcUserParam
24 = Open address specified in fcUserString using the default E-mail client
100 = Call the Program object via fcProgramPtr
Also appears in: Button, Check Box, Text Box, List Box, Horizontal Slider, Vertical Slider, Rich Text Box, Rich Button, Rich List Box
An array of actions executed when the control is held.
Each element of the array can have one of the following values:
0 = Do nothing
1 = Call the callback function
2 = Jump to the page specified in fcUserParam
3 = Scroll up (left) connected sliders, text boxes and list boxes
4 = Scroll down (right) connected sliders, text boxes and list boxes
5 = Scroll connected list boxes and text boxes according to the slider's position
6 = Copy the value of the slider's position to connected text boxes
7 = Scroll connected sliders according to the first visible item in the list box or text box
8 = Copy the value of the selected item in the list to connected text boxes
9 = Hide all controls whose GroupID matches the value specified in fcUserParam
10 = Show all controls whose GroupID matches the value specified in fcUserParam
11 = Alternate the visibility of all controls whose GroupID matches the value specified in fcUserParam
12 = Jump to the previous page
13 = Jump to the next page
14 = Update connected sliders to reflect the amount of content in the text box
15 = Copy the value of the slider's position to joined media - by time
16 = Copy the value of the slider's position to joined media - by frame
17 = Pause joined media
18 = Play joined media
19 = Restart joined media
20 = Toggle joined media
21 = Open URL specified in fcUserString using the default Web browser
22 = Jump to the first page that holds an image with the name ID specified in fcUserParam
23 = Jump to the last page that holds an image with the name ID specified in fcUserParam
24 = Open address specified in fcUserString using the default E-mail client
100 = Call the Program object via fcProgramPtr
Also appears in: Button, Check Box, Text Box, List Box, Horizontal Slider, Vertical Slider, Rich Text Box, Rich Button, Rich List Box
An array of actions executed when the control loses focus.
Each element of the array can have one of the following values:
0 = Do nothing
1 = Call the callback function
2 = Jump to the page specified in fcUserParam
3 = Scroll up (left) connected sliders, text boxes and list boxes
4 = Scroll down (right) connected sliders, text boxes and list boxes
5 = Scroll connected list boxes and text boxes according to the slider's position
6 = Copy the value of the slider's position to connected text boxes
7 = Scroll connected sliders according to the first visible item in the list box or text box
8 = Copy the value of the selected item in the list to connected text boxes
9 = Hide all controls whose GroupID matches the value specified in fcUserParam
10 = Show all controls whose GroupID matches the value specified in fcUserParam
11 = Alternate the visibility of all controls whose GroupID matches the value specified in fcUserParam
12 = Jump to the previous page
13 = Jump to the next page
14 = Update connected sliders to reflect the amount of content in the text box
15 = Copy the value of the slider's position to joined media - by time
16 = Copy the value of the slider's position to joined media - by frame
17 = Pause joined media
18 = Play joined media
19 = Restart joined media
20 = Toggle joined media
21 = Open URL specified in fcUserString using the default Web browser
22 = Jump to the first page that holds an image with the name ID specified in fcUserParam
23 = Jump to the last page that holds an image with the name ID specified in fcUserParam
24 = Open address specified in fcUserString using the default E-mail client
100 = Call the Program object via fcProgramPtr
C/C++
INTEGRAL DSL