Properties | |
(name) | Specifies the control name. This property is set automatically when the control is drawn |
additional properties | Allows the user to specify additional properties and styles. The text you write here is generated as is and may generate compile errors if not correct. |
background-bitmap | Opens a dialog box that allows the user to select an image file to load into the control. |
background-bitmap-scale | Allows the user to choose if the background-bitmap must be scaled to fit the control area. The Background-Bitmap-Scale property is generated according to this choice. |
background-color | Opens a dialog that allows the user to choose the control background color. |
bitmap | Opens a dialog box that allows the user to select an image file to load into the control. It’s also possible to generate an image from a series of characters represented with a given font |
bitmap-width | Specifies the value for the Bitmap-Width property |
collapse | TRUE...collapse=1 is generated FALSE...collapse is not generated |
color | Opens a dialog that allows the user to choose the control color. |
css-base-style-name css-style-name | Specify the CSS style associated with the control. It works only in a WebDirect environment. See Customize the WebDirect Layout using CSS for more information. |
custom-data | Specifies the value for the Custom-Data property. |
enabled | NONE...Enabled property is not generated TRUE... Enabled=1 is generated FALSE...Enabeld=0 is generated |
font | Opens a dialog that allows the user to choose the control font. The dialog lists the fonts installed in the system and allows you to load new fonts from disc files. Fonts loaded from disc are added to the list with an asterisk before their name. When one of these fonts is selected the Copy Resource option is enabled and can be activated. Activate the option to include the font disc file in the compiled class or be sure to distribute this file along with your application. |
foreground-color | Opens a dialog that allows the user to choose the control foreground color. |
gradient-color-1 | Opens a dialog that allows the user to choose the window gradient start color. |
gradient-color-2 | Opens a dialog that allows the user to choose the window gradient end color. |
gradient-orientation | Specifies the gradient orientation. Possible values are: None 0: NORTH-TO-SOUTH 1: NORTHEAST-TO-SOUTHWEST 2: EAST-TO-WEST 3: SOUTHEAST-TO-NORTHWEST 4: SOUTH-TO-NORTH 5: SOUTHWEST-TO-NORTHEAST 6: WEST-TO-EAST 7: NORTHWEST-TO-SOUTHEAST |
header-align | CENTER....Header-Align is not generated LEFT...Header-Align=1 is generated RIGHT...Header-Align=2 is generated |
height-in-cells | TRUE...The Height-In-Cells style is generated FALSE... The Height-In-Cells style is not generated |
hint | Specifies the value for the Hint property |
id | Specifies the control id. This property is set automatically when the control is drawn. |
layout manager | Opens a dialog that allows you to choose which layout manager should be associated to the ribbon. When either LM-SCALE or LM-RESPONSIVE is selected, it’s possible to specify the configuration string. In this dialog you also associate a handle to the layout manager. |
lines | Specifies the control height as expressed in cells. This property is set automatically when the control is drawn |
lines pixels | Specifies the control height as expressed in pixels. This property is set automatically when the control is drawn |
lock | TRUE...Locks the control on the Screen Designer so that you cannot move it anymore by dragging it with the mouse. FALSE...You can move the control on the Screen Designer by dragging it with the mouse |
notify-mouse | TRUE...The Notify-Mouse style is generated FALSE...The Notify-Mouse style is not generated |
pop up menu | Associates a pop-up menu with the control. The menu must have been drawn on the same screen. |
tab order | Sets the ordinal position of the control in the Screen Section. This property is set automatically when the control is drawn |
value | Specifies the value for the Value property |
visible | NONE...Visible property is not generated TRUE... Visible=1 is generated FALSE...Visible=0 is generated |
width-in-cells | TRUE...The Width-In-Cells style is generated FALSE... The Width-In-Cells style is not generated |
Events | |
cmd-tabchanged event | Allows the user to create a paragraph to handle the CMD-TABCHANGED event in the Procedure Division |
msg-end-menu event | Allows the user to create a paragraph to handle the MSG-END-MENU event in the Procedure Division |
msg-init-menu event | Allows the user to create a paragraph to handle the MSG-INIT-MENU event in the Procedure Division |
msg-mouse-clicked event | Allows the user to create a paragraph to handle the MSG-MOUSE-CLICKED event in the Procedure Division |
msg-mouse-dblclick event | Allows the user to create a paragraph to handle the MSG-MOUSE-DBLCLICK event in the Procedure Division |
msg-mouse-enter event | Allows the user to create a paragraph to handle the MSG-MOUSE-ENTER event in the Procedure Division |
msg-mouse-exit event | Allows the user to create a paragraph to handle the MSG-MOUSE-EXIT event in the Procedure Division |
msg-mouse-exit event | Allows the user to create a paragraph to handle the MSG-MOUSE-EXIT event in the Procedure Division |
other event | Allows the user to create a custom paragraph |
Exceptions | |
cmd-tabchanged exception | Allows the user to create a paragraph to handle the CMD-TABCHANGED event when the Accept terminates with crt status = 96. This is an alternative to the event procedures described above |
other exception | Allows the user to create a custom paragraph |
Procedures | |
Event procedure | Allows the user to create a paragraph to handle the control EVENT PROCEDURE |
Variables | |
background-bitmap-scale variable | Numeric variable that hosts the value for the Background-Bitmap-Scale property |
background-color variable | Numeric variable that hosts the value for the Background-Color property |
bitmap-width variable | Numeric variable that hosts the value for the Bitmap-Width property |
color variable | Numeric variable that hosts the color value |
css-style-name variable | Alphanumeric variable that hosts the css style associated with the control. It works only in a WebDirect environment. |
enabled variable | Numeric variable that hosts the enabled state |
foreground-color variable | Numeric variable that hosts the value for the Foreground-Color property |
gradient-color-1 variable | Numeric variable that hosts the value for the Gradient-Color-1 property |
gradient-color-2 variable | Numeric variable that hosts the value for the Gradient-Color-2 property |
gradient-orientation variable | Numeric variable that hosts the value for the Gradient-Orientation property |
header-align variable | Numeric variable that hosts the value for the Header-Align property |
hint variable | Alphanumeric variable that hosts the value for the Hint property |
id variable | Numeric variable that hosts the control id |
lines variable | Numeric variable that hosts the lines value |
ribbon handle | Handle variable for the ribbon |
value variable | Numeric variable that hosts the value for the Value property |
visible variable | Numeric variable that hosts the visible state |