- entryfield
- overlap
- text_color
- font
- background_color
- border
- name
- vertical_adjustment
- visibility
- width
- x_axis
- action_move_bottom_side
- action_move_left_side
- action_move_right_side
- action_move_top_side
- active
- horizontal_adjustment
- alignment
- value
- read_only
- tab_stop
- group_beginning
- height
- multiline
- tooltip_time_before_appearance
- tooltip_top_margin
- vertical_scroll
- y_axis
- tooltip_permanently_active
- tooltip_right_margin
- tooltip_text
- tooltip_text_color
- tooltip_display_duration
- tooltip_font
- tooltip_left_margin
- tooltip_max_width
- tooltip_background_color
- tooltip_bottom_margin
- tooltip_center_adjust
- tooltip_delete_ampersand
- reverse_image
- show_input
- static_edge
- tooltip_active
- input_control
- input_mode
- read_only_background_color
- read_only_text_color
- edit_code
- edit_word
- expandable
- horizontal_scroll
- vertical_alignment
- css_padding
- css_border_radius
- css_border_color
- css_border_width
- css_border_style
Defines the adjustment of an object placed in the view of a split bar object, when the user drags the horizontal bar below the object, or when he/she resizes the window below and when the split bar expands (VERTICAL_ADJUSTMENT property equal to _SPLT_ADJUST_EXPAND_HEIGHT) and if the object belongs to one of the bottommost views.
Accessibility |
|
Layout design mode |
Read/Write, |
Execution mode |
Read/Write |
Associated constants |
|
_ENF_MOVE |
The control moves relative to the window. |
_ENF_EXPAND |
The control expands of contracts. |
_ENF_ANCHOR |
The control does not move relative to the window. |
_ENF_DEFAULT |
Corresponds to the value _ENF_ANCHOR if the control is in a pane located above the bar. Corresponds to the value _ENF_MOVE if located in a pane at the bottom. |
Conditions for use |
The object must be in a split bar pane. |
Note: This property is not implemented in Java and Mobile generation.
Defines the adjustment of an object placed in the view of a split bar object, when the user drags the vertical bar to the left of the object, or when he/she resizes the window below and when the split bar expands (HORIZONTAL_ADJUSTMENT property equal to _SPLT_ADJUST_EXPAND_WIDTH) and if the object belongs to one of the rightmost views.
Accessibility |
|
Layout design mode |
Read/Write, |
Execution mode |
Read/Write |
Associated constants |
|
_ENF_MOVE |
The control moves relative to the window. |
_ENF_EXPAND |
The control expands of contracts. |
_ENF_ANCHOR |
The control does not move relative to the window. |
_ENF_DEFAULT |
Corresponds to the value _ENF_ANCHOR if the control is in a pane located to the left of the bar. Corresponds to the value _ENF_MOVE if located in a pane on the right. |
Conditions for use |
The object must be in a split bar pane. |
Note: This property is not implemented in Java and Mobile generation.
Defines the adjustment of an object placed in the view of a split bar object, when the user drags the vertical bar to the right of the object, or when he/she resizes the window below and when the split bar expands (HORIZONTAL_ADJUSTMENT property equal to _SPLT_ADJUST_EXPAND_WIDTH) and if the object belongs to one of the rightmost views.
Accessibility |
|
Layout design mode |
Read/Write, |
Execution mode |
Read/Write |
Associated constants |
|
_ENF_MOVE |
The control moves relative to the window. |
_ENF_EXPAND |
The control expands of contracts. |
_ENF_ANCHOR |
The control does not move relative to the window. |
_ENF_DEFAULT |
Corresponds to the value _ENF_ANCHOR if the control is in a pane located to the left of the bar. Corresponds to the value _ENF_MOVE if located in a pane on the right. |
Conditions for use |
The object must be in a split bar pane. |
Note: This property is not implemented in Java and Mobile generation.
Defines the adjustment of an object placed in the view of a split bar object, when the user drags the horizontal bar above the object, or when he/she resizes the window above and when the split bar expands (VERTICAL_ADJUSTMENT property equal to _SPLT_ADJUST_EXPAND_HEIGHT) and if the object belongs to one of the bottommost views.
Accessibility |
|
Layout design mode |
Read/Write, |
Execution mode |
Read/Write |
Associated constants |
|
_ENF_MOVE |
The control moves relative to the window. |
_ENF_EXPAND |
The control expands of contracts. |
_ENF_ANCHOR |
The control does not move relative to the window. |
_ENF_DEFAULT |
Corresponds to the value _ENF_ANCHOR if the control is in a pane located above the bar. Corresponds to the value _ENF_MOVE if located in a pane at the bottom. |
Conditions for use |
The object must be in a split bar pane. |
Note: This property is not implemented in Java and Mobile generation.
Allows the object to be placed in focus.
Objects placed in focus are receptive to actions performed by the user using the keyboard and/or mouse.
Adelia type |
BOOL |
Accessibility |
|
Layout design mode |
Read/Write |
Execution mode |
Read/Write |
Associated constants |
None |
Conditions for use |
None |
Default value |
*TRUE |
Defines the alignment used when displaying text inside the object. In Windows 95, Windows NT 4.0 and earlier versions, the TEXT object is always left-aligned if the "Multiline" property is set to False, irrespective of the value of this property.
Adelia type |
NUM_BIN_4 |
Accessibility |
|
Layout design mode |
Read/Write |
Execution mode |
Read |
Associated constants |
|
_ENF_ALIGN_LEFT |
left alignment. |
_ENF_ALIGN_CENTER |
centered alignment. |
_ENF_ALIGN_RIGHT |
right alignment. |
Conditions for use |
None |
Default value |
_ENF_ALIGN_LEFT. |
Note: In Mobile generation, this property is modifiable only if the object has the "Multiline" property.
RGB color in which the object's background is displayed when the object is active but not in read-only mode.
The property's value corresponds to a RGB color. Each color has a red, green and blue component in the range [0 ; 255]. The value of the resultant color is calculated as follows: Color = B*65536 + G*256 + R . Some values are predefined using the constants listed below.
Adelia type |
NUM_BIN_4 |
Accessibility |
|
Layout design mode |
Read/Write |
Execution mode |
Read/Write |
Associated constants | |
_ENF_COL_SYSTEM |
"system" color. |
_ENF_COL_BLACK |
"black" color. |
_ENF_COL_BLUE |
"blue" color. |
_ENF_COL_CYAN |
"cyan" color. |
_ENF_COL_GREEN |
"green" color. |
_ENF_COL_MAGENTA |
"magenta" color. |
_ENF_COL_RED |
"red" color. |
_ENF_COL_WHITE |
"white" color. |
_ENF_COL_YELLOW |
"yellow" color. |
_ENF_COL_DARKBLUE |
"dark blue" color. |
_ENF_COL_DARKCYAN |
"dark cyan" color. |
_ENF_COL_DARKGREEN |
"dark green" color. |
_ENF_COL_PURPLE |
"purple" color. |
_ENF_COL_DARKRED |
"dark red" color. |
_ENF_COL_DARKYELLOW |
"dark yellow" color. |
_ENF_COL_GREY |
"grey" color. |
_ENF_COL_DARKGREY |
"dark grey" color. |
Conditions for use |
None |
Default value |
_ENF_COL_SYSTEM. |
Draws a sunken border around the object.
Adelia type |
BOOL |
Accessibility |
|
Layout design mode |
Read/Write |
Execution mode |
Read |
Associated constants |
None |
Conditions for use |
None |
Default value |
*TRUE |
CSS border-color style property. Defines the border color.
This property is only available in Adelia Cloud mode.
Adelia type |
NUM_BIN_4 |
Accessibility |
|
Layout design mode |
No |
Execution mode |
Read / Write |
Associated constants | |
_ENF_COL_SYSTEM |
"system" color |
_ENF_COL_BLACK |
"black" color |
_ENF_COL_BLUE |
"blue" color |
_ENF_COL_CYAN |
"cyan" color |
_ENF_COL_GREEN |
"green" color |
_ENF_COL_MAGENTA |
"magenta" color |
_ENF_COL_RED |
"red" color |
_ENF_COL_WHITE |
"white" color |
_ENF_COL_YELLOW |
"yellow" color |
_ENF_COL_DARKBLUE |
"dark blue" color |
_ENF_COL_DARKCYAN |
"dark cyan" color |
_ENF_COL_DARKGREEN |
"dark green" color |
_ENF_COL_PURPLE |
"purple" color |
_ENF_COL_DARKRED |
"dark red" color |
_ENF_COL_DARKYELLOW |
"dark yellow" color |
_ENF_COL_GREY |
"grey" color |
_ENF_COL_DARKGREY |
"dark grey" color |
Conditions for use |
none |
Default value |
none |
CSS border-radius style property. Rounds the object borders.
This property is only available in Adelia Cloud mode.
Adelia type |
ALPHA(50) |
Accessibility |
|
Layout design mode |
No |
Execution mode |
Read / Write |
Associated constants |
none |
Conditions for use |
none |
Default value |
none |
CSS border-style style property. Defines the border style. If this property is defined, it overrides the classic border properties of the object.
This property is only available in Adelia Cloud mode.
Adelia type |
ALPHA(50) |
Accessibility |
|
Layout design mode |
No |
Execution mode |
Read / Write |
Associated constants |
none |
Conditions for use |
none |
Default value |
none |
CSS border-width style property. Defines the border size.
This property is only available in Adelia Cloud mode.
Adelia type |
ALPHA(50) |
Accessibility |
|
Layout design mode |
No |
Execution mode |
Read / Write |
Associated constants |
none |
Conditions for use |
none |
Default value |
none |
CSS padding style property. Defines the margin between the object border and its content.
This property is only available in Adelia Cloud mode.
Adelia type |
ALPHA(50) |
Accessibility |
|
Layout design mode |
No |
Execution mode |
Read / Write |
Associated constants |
none |
Conditions for use |
none |
Default value |
none |
Specifies the format used to display the object's value.
Adelia type |
NUM_BIN_2 |
Accessibility |
|
Layout design mode |
Read/Write |
Execution mode |
Read |
Associated constants | |
_ENF_EDIT_CODE_NONE |
No edit code. |
_ENF_EDIT_CODE_BLV |
No text displayed for the *LOVAL value. |
_ENF_EDIT_CODE_A |
A (x.xxx,xxCR) and 0 or 0.00 for zero |
_ENF_EDIT_CODE_B |
B (x.xxx,xxCR) and "blank" for zero |
_ENF_EDIT_CODE_C |
C (xxxx,xxCR) and 0 or 0.00 for zero |
_ENF_EDIT_CODE_D |
D (xxxx,xxCR) and "blank" for zero |
_ENF_EDIT_CODE_J |
J (x.xxx,xx-) and 0 or 0.00 for zero |
_ENF_EDIT_CODE_K |
K (x.xxx,xx-) and "blank" for zero |
_ENF_EDIT_CODE_L |
L (xxxx,xx-) and 0 or 0.00 for zero |
_ENF_EDIT_CODE_M |
M (xxxx,xx-) and "blank" for zero |
_ENF_EDIT_CODE_N |
N (-x.xxx,xx) and 0 or 0.00 for zero |
_ENF_EDIT_CODE_O |
O (-x.xxx,xx) and "blank" for zero |
_ENF_EDIT_CODE_P |
P (-xxxx,xx) and 0 or 0.00 for zero |
_ENF_EDIT_CODE_Q |
Q (-xxxx,xx) and "blank" for zero |
_ENF_EDIT_CODE_Y |
Y (xx/xx/xx) |
_ENF_EDIT_CODE_Z |
Z (xxxxxx) |
_ENF_EDIT_CODE_1 |
1 (x.xxx,xx) and 0 or 0.00 for zero |
_ENF_EDIT_CODE_2 |
2 (x.xxx,xx) and "blank" for zero |
_ENF_EDIT_CODE_3 |
3 (xxxx,xx) and 0 or 0.00 for zero |
_ENF_EDIT_CODE_4 |
4 (xxxx,xx) and "blank" for zero |
_ENF_EDIT_CODE_SEC |
Timestamp: Hides microseconds |
_ENF_ EDIT_CODE_SEC_BLV |
Timestamp: Hides microseconds, no text displayed for the *LOVAL value. |
Conditions for use |
None |
Default value |
_ENF_EDIT_CODE_NONE |
Click here for more details on edit codes.
Defines the edit word used when displaying the object's value.
Adelia type |
ALPHA(60). |
Accessibility |
|
Layout design mode |
Read/Write |
Execution mode |
Read |
Associated constants |
None |
Conditions for use |
None |
Click here for more details on edit words.
Expands the input field across the whole screen, so that its content is easier to read.
Adelia type |
BOOL |
Accessibility |
|
Layout design mode |
Read/Write |
Execution mode |
Read/Write |
Associated constants |
None |
Conditions for use |
None |
Default value |
*FALSE. |
Note: This property is available only in Mobile generation mode for the Smartphone platform.
Character font used to display the text in the object.
The string format contains the name, size, style and script, in that order. A semi-colon must be inserted between each element.
If you set a property's value, you MUST specify the name and size.
The different styles are specified using the following values:
- 1: Normal (no special style)
- 2: Strikethrough
- 16: Italics
- 256: Bold
- 4096: Underlined
The style value to be specified in the string can either be one of the above values or else the sum of values other than 1.
The different script values are as follows:
0 |
Occidental (ANSI) |
1 |
Default value (current value for the process) |
2 |
Symbol |
128 |
Japanese (Shift JIS) |
129 |
Hangul Korean |
130 |
Johab Korean |
134 |
Simplified chinese GB2312 |
136 |
Traditional chinese (Big 5) |
161 |
Greek |
162 |
Turkish |
163 |
Vietnamese |
177 |
Hebrew |
178 |
Arab |
186 |
Baltic |
204 |
Cyrillic |
222 |
Thai |
238 |
Central Europe |
255 |
OEM/DOS |
Adelia type |
ALPHA(250). |
Accessibility |
|
Layout design mode |
Read/Write |
Execution mode |
Read/Write |
Associated constants |
None |
Conditions for use |
None |
Default value |
MS Sans Serif;8;1;0. |
Notes:
The size, style and script must be compatible with the chosen font. The Windows system font selection dialog box, accessible via the graphical object's Properties pages, provides a guide for selecting coherent values.
The "Underlined" style is not considered by the Java generator.
Specifies the first object in a group of objects. A group of objects is defined by its first object and all the following objects (following the object sequence) until the first object in another group is reached. The user can use the arrow keys to change focus from one object to another within the same group.
Adelia type |
BOOL |
Accessibility |
|
Layout design mode |
Read/Write |
Execution mode |
Read/Write |
Associated constants |
None |
Conditions for use |
None |
Default value |
*FALSE |
Height value of the object.
Adelia type |
NUM_BIN_4 |
Accessibility |
|
Layout design mode |
Read/Write |
Execution mode |
Read/Write |
Associated constants |
None |
Conditions for use |
None |
Default value |
20. |
Defines how the graphical control is adjusted when the window is resized horizontally.
Adelia type |
NUM_BIN_2 |
Accessibility |
|
Layout design mode |
Read/Write |
Execution mode |
Read/Write |
Associated constants |
|
_ENF_ADJUST_EXPAND_WIDTH |
The control is expanded width-wise. |
_ENF_ADJUST_ALIGNED_LEFT |
The control keeps its left side alignment. |
_ENF_ADJUST_ALIGNED_RIGHT |
The control keeps its right side alignment. |
_ENF_ADJUST_ALIGNED_CENTER |
The control keeps its center alignment. |
_ENF_ADJUST_NONE |
No horizontal adjustment is applied to the control. |
Conditions for use |
This property applies when the window's ADJUSTMENT property is other than _WIN_ADJUST_NONE and when the object is not part of a Split bar pane. When executed, its value is taken into account before initializing the window and when the window's ADJUSTMENT property is modified. At this point, the object's VISIBILITY property must be True. Otherwise, the control will not be adjusted. The modification is only taken into account if the window's ADJUSTMENT property is _WIN_ADJUST_NONE. Otherwise it is ignored. |
Default value |
_ENF_ADJUST_ALIGNED_LEFT. |
Note: This property is not implemented in Java and Mobile generation.
Allows the use of a horizontal scroll bar for viewing the text in the object.
Adelia type |
BOOL |
Accessibility |
|
Layout design mode |
Read/Write |
Execution mode |
Read/Write |
Associated constants |
None |
Conditions for use |
None |
Default value |
*FALSE |
Defines the filter used when entering characters.
Adelia type |
NUM_BIN_2 |
Accessibility |
|
Layout design mode |
Read/Write |
Execution mode |
Read |
Associated constants | |
_ENF_INPUT_CTRL_NONE |
no input control. |
_ENF_INPUT_CTRL_DATE |
date characters only; the separators are mandatory, |
_ENF_INPUT_CTRL_DATE_EXTENDED |
date characters only; the separators are optional, |
_ENF_INPUT_CTRL_TIME |
time characters only; the separators are mandatory, |
_ENF_INPUT_CTRL_EXTENDED_TIME |
time characters only; the separators are optional, |
_ENF_INPUT_CTRL_UPPERCASE |
all characters (upper case letters of the alphabet) plus figures. |
_ENF_INPUT_CTRL_LOWERCASE |
all characters (lower case letters of the alphabet) plus figures. |
_ENF_INPUT_CTRL_NUMBER |
signed integer numbers. |
_ENF_INPUT_CTRL_EXTENDED_NUMBER |
signed fractional numbers. |
_ENF_INPUT_CTRL_UPPERCASE_CHAR |
letters of the alphabet in upper case. |
_ENF_INPUT_CTRL_UPPERCASE_CHAR_NUMBER |
letters of the alphabet in upper case plus figures. |
_ENF_INPUT_CTRL_IBM_FIELD |
letters forming a valid IBM name. |
Conditions for use |
None |
Default value |
_ENF_INPUT_CTRL_NONE. |
Input modes available on a mobile telephone.
In "per-character" input mode, the user can enter various letters via the same key, depending on the number of times in succession it is pressed.
In ambiguous mode, you only need to press a key once to enter a character; the system suggests a range of possible words based on an internal dictionary.
Adelia type |
NUM_BIN_4 |
Accessibility |
|
Layout design mode |
Read/Write |
Execution mode |
Read/Write |
Associated constants | |
_ENF_INPUT_MODE_DEFAULT |
Default input mode defined on the mobile device (Smartphone). |
_ENF_INPUT_MODE_SPELL |
"Per-character" input mode (ABC). |
_ENF_INPUT_MODE_AMBIGUOUS |
Ambiguous input mode (T9). |
_ENF_INPUT_MODE_NUMBERS |
Numerical input mode (123). |
Conditions for use | None |
Default value | _ENF_INPUT_MODE_DEFAULT. |
Note: This property is not available in Mobile generation for Pocket PC and Smartphone platforms.
Allows text to be entered over more than one line.
Adelia type |
BOOL |
Accessibility |
|
Layout design mode |
Read/Write |
Execution mode |
Read |
Associated constants |
None |
Conditions for use |
None |
Default value |
*FALSE |
Static name of the object.
Adelia type |
ALPHA(128). |
Accessibility |
|
Layout design mode |
Read/Write |
Execution mode |
Read |
Associated constants |
None |
Conditions for use |
None |
Default value |
Prefix of the basic object. |
Authorizes the object to draw itself over a control positioned in front of it in the window object order.
In the particular case where the window has a background image with transparent images placed in foreground, it is necessary to set the property to *TRUE if you wish to put the object after a "transparent" object in the tab order.
Reminder: an "overlapped" object must be placed after the background image, while a "non-overlapped" object must be placed before the background image.
Adelia type |
BOOL |
Accessibility |
|
Layout design mode |
Read/Write |
Execution mode |
Read/Write |
Associated constants |
None |
Conditions for use |
None |
Default value |
*TRUE. |
For more information about managing overlapping of graphical objects, consult the working with object overlap section.
Note: This property is not implemented by the Java and Mobile generators.
Prevents the keyboard being used to enter text in the object.
Adelia type |
BOOL |
Accessibility |
|
Layout design mode |
Read/Write |
Execution mode |
Read/Write |
Associated constants |
None |
Conditions for use |
None |
Default value |
*FALSE |
RGB color in which the object's background is displayed when the object is active and in read-only mode.
The property's value corresponds to a RGB color. Each color has a red, green and blue component in the range [0 ; 255]. The value of the resultant color is calculated as follows: Color = B*65536 + G*256 + R . Some values are predefined using the constants listed below.
Adelia type |
NUM_BIN_4 |
Accessibility |
|
Layout design mode |
Read/Write |
Execution mode |
Read/Write |
Associated constants | |
_ENF_COL_SYSTEM |
"system" color. |
_ENF_COL_BLACK |
"black" color. |
_ENF_COL_BLUE |
"blue" color. |
_ENF_COL_CYAN |
"cyan" color. |
_ENF_COL_GREEN |
"green" color. |
_ENF_COL_MAGENTA |
"magenta" color. |
_ENF_COL_RED |
"red" color. |
_ENF_COL_WHITE |
"white" color. |
_ENF_COL_YELLOW |
"yellow" color. |
_ENF_COL_DARKBLUE |
"dark blue" color. |
_ENF_COL_DARKCYAN |
"dark cyan" color. |
_ENF_COL_DARKGREEN |
"dark green" color. |
_ENF_COL_PURPLE |
"purple" color. |
_ENF_COL_DARKRED |
"dark red" color. |
_ENF_COL_DARKYELLOW |
"dark yellow" color. |
_ENF_COL_GREY |
"grey" color. |
_ENF_COL_DARKGREY |
"dark grey" color. |
Conditions for use |
None |
Default value |
_ENF_COL_SYSTEM. |
Note: This property is not implemented by the Java generator.
RGB color in which the text in the object is displayed when the object is active and in read-only mode.
The property's value corresponds to a RGB color. Each color has a red, green and blue component in the range [0 ; 255]. The value of the resultant color is calculated as follows: Color = B*65536 + G*256 + R . Some values are predefined using the constants listed below.
Adelia type |
NUM_BIN_4 |
Accessibility |
|
Layout design mode |
Read/Write |
Execution mode |
Read/Write |
Associated constants | |
_ENF_COL_SYSTEM |
"system" color. |
_ENF_COL_BLACK |
"black" color. |
_ENF_COL_BLUE |
"blue" color. |
_ENF_COL_CYAN |
"cyan" color. |
_ENF_COL_GREEN |
"green" color. |
_ENF_COL_MAGENTA |
"magenta" color. |
_ENF_COL_RED |
"red" color. |
_ENF_COL_WHITE |
"white" color. |
_ENF_COL_YELLOW |
"yellow" color. |
_ENF_COL_DARKBLUE |
"dark blue" color. |
_ENF_COL_DARKCYAN |
"dark cyan" color. |
_ENF_COL_DARKGREEN |
"dark green" color. |
_ENF_COL_PURPLE |
"purple" color. |
_ENF_COL_DARKRED |
"dark red" color. |
_ENF_COL_DARKYELLOW |
"dark yellow" color. |
_ENF_COL_GREY |
"grey" color. |
_ENF_COL_DARKGREY |
"dark grey" color. |
Conditions for use |
None |
Default value |
_ENF_COL_SYSTEM. |
Note: This property is not implemented by the Java generator.
Allows text color to be displayed in reverse, by swapping the text and background colors.
Adelia type |
BOOL |
Accessibility |
|
Layout design mode |
Read/Write |
Execution mode |
Read/Write |
Associated constants |
None |
Conditions for use |
None |
Default value |
*FALSE |
Does not display an asterisk instead of each character entered on the keyboard.
Used to enter password type text, when the property is set to *FALSE.
Adelia type |
BOOL |
Accessibility |
|
Layout design mode |
Read/Write |
Execution mode |
Read |
Associated constants |
None |
Conditions for use |
None |
Default value |
*TRUE |
Draws an edge around the object.
Adelia type |
BOOL |
Accessibility |
|
Layout design mode |
Read/Write |
Execution mode |
Read |
Associated constants |
None |
Conditions for use |
None |
Default value |
*FALSE |
Allows the object to be placed in focus using the keyboard (TAB key or SHIFT+TAB).
Adelia type |
BOOL |
Accessibility |
|
Layout design mode |
Read/Write |
Execution mode |
Read/Write |
Associated constants |
None |
Conditions for use |
None |
Default value |
*TRUE |
RGB color in which the text in the object is displayed when the object is active but not in read-only mode.
The property's value corresponds to a RGB color. Each color has a red, green and blue component in the range [0 ; 255]. The value of the resultant color is calculated as follows: Color = B*65536 + G*256 + R . Some values are predefined using the constants listed below.
Adelia type |
NUM_BIN_4 |
Accessibility |
|
Layout design mode |
Read/Write |
Execution mode |
Read/Write |
Associated constants | |
_ENF_COL_SYSTEM |
"system" color. |
_ENF_COL_BLACK |
"black" color. |
_ENF_COL_BLUE |
"blue" color. |
_ENF_COL_CYAN |
"cyan" color. |
_ENF_COL_GREEN |
"green" color. |
_ENF_COL_MAGENTA |
"magenta" color. |
_ENF_COL_RED |
"red" color. |
_ENF_COL_WHITE |
"white" color. |
_ENF_COL_YELLOW |
"yellow" color. |
_ENF_COL_DARKBLUE |
"dark blue" color. |
_ENF_COL_DARKCYAN |
"dark cyan" color. |
_ENF_COL_DARKGREEN |
"dark green" color. |
_ENF_COL_PURPLE |
"purple" color. |
_ENF_COL_DARKRED |
"dark red" color. |
_ENF_COL_DARKYELLOW |
"dark yellow" color. |
_ENF_COL_GREY |
"grey" color. |
_ENF_COL_DARKGREY |
"dark grey" color. |
Conditions for use |
None |
Default value |
_ENF_COL_SYSTEM. |
This property specifies whether or not the ToolTip is displayed.
Adelia type |
BOOL |
Accessibility |
|
Layout design mode |
Not supported |
Execution mode |
Read/Write |
Associated constants |
None |
Conditions for use |
The text of the ToolTip must be specified during the layout design phase. |
Default value |
*TRUE |
Note: This property is not available in Mobile generation for Pocket PC and Smartphone platforms.
Background RGB color of the ToolTip corresponding to the object.
The property's value corresponds to a RGB color. Each color has a red, green and blue component in the range [0 ; 255]. The value of the resultant color is calculated as follows: Color = B*35536 + G*256 + R . Some values are predefined using the constants listed below.
Adelia type |
NUM_BIN_4 |
Accessibility |
|
Layout design mode |
Read/Write |
Execution mode |
Read/Write |
Associated constants | |
_ENF_COL_SYSTEM |
"system" color. |
_ENF_COL_BLACK |
"black" color. |
_ENF_COL_BLUE |
"blue" color. |
_ENF_COL_CYAN |
"cyan" color. |
_ENF_COL_GREEN |
"green" color. |
_ENF_COL_MAGENTA |
"magenta" color. |
_ENF_COL_RED |
"red" color. |
_ENF_COL_WHITE |
"white" color. |
_ENF_COL_YELLOW |
"yellow" color. |
_ENF_COL_DARKBLUE |
"dark blue" color. |
_ENF_COL_DARKCYAN |
"dark cyan" color. |
_ENF_COL_DARKGREEN |
"dark green" color. |
_ENF_COL_PURPLE |
"purple" color. |
_ENF_COL_DARKRED |
"dark red" color. |
_ENF_COL_DARKYELLOW |
"dark yellow" color. |
_ENF_COL_GREY |
"grey" color. |
_ENF_COL_DARKGREY |
"dark grey" color. |
Conditions for use |
The text of the ToolTip must be specified during the layout design phase. |
Default value |
_ENF_COL_SYSTEM. |
Note: This property is not available in Mobile generation for Pocket PC and Smartphone platforms.
Distance (in pixels) between the bottom edge of the ToolTip and the bottom of the text.
Adelia type |
NUM_BIN_4 |
Accessibility |
|
Layout design mode |
Not supported |
Execution mode |
Read/Write |
Associated constants |
None |
Conditions for use |
The text of the ToolTip must be specified during the layout design phase. |
Default value |
0. |
Note: This property is not available in Mobile generation for Pocket PC and Smartphone platforms.
By default, the ToolTip is displayed to the bottom-right of the mouse pointer, possibly overlapping part of the entry field. If the ToolTip is center-adjusted, it is displayed below the entry field, centered relative to it.
Adelia type |
BOOL |
Accessibility |
|
Layout design mode |
Not supported |
Execution mode |
Read/Write |
Associated constants |
None |
Conditions for use |
The text of the ToolTip must be specified during the layout design phase. |
Default value |
*FALSE |
Note: This property is not available in Mobile generation for Pocket PC and Smartphone platforms.
Used to delete (or retain) any ampersand characters ('&') in the ToolTip text. This property is useful where the text is from a menu option.
Adelia type |
BOOL |
Accessibility |
|
Layout design mode |
Not supported |
Execution mode |
Read/Write |
Conditions for use |
The text of the ToolTip must be specified during the layout design phase. |
Default value |
*FALSE |
Note: This property is not available in Mobile generation for Pocket PC and Smartphone platforms.
Length of time (in ms) during which the ToolTip is displayed.
Adelia type |
NUM_BIN_2 |
Accessibility |
|
Layout design mode |
Not supported |
Execution mode |
Read/Write |
Associated constants |
|
_ENF_TLTP_DFT_DISPLAY_DURATION |
Default length of time for display. |
Conditions for use |
The text of the ToolTip must be specified during the layout design phase. |
Default value |
System value set in the machine as ten times the maximum limit for a double-click (generally 5000 ms). |
Note: This property is not available in Mobile generation for Pocket PC and Smartphone platforms.
Character font used to display the ToolTip text.
The string format contains the name, size, style and script, in that order. A semi-colon must be inserted between each element.
If you set a property's value, you MUST specify the name and size.
The different styles are specified using the following values:
- 1: Normal (no special style)
- 2: Strikethrough
- 16: Italics
- 256: Bold
- 4096: Underlined
The style value to be specified in the string can either be one of the above values or else the sum of values other than 1.
The different script values are as follows:
0 |
Occidental (ANSI) |
1 |
Default value (current value for the process) |
2 |
Symbol |
128 |
Japanese (Shift JIS) |
129 |
Hangul Korean |
130 |
Johab Korean |
134 |
Simplified chinese GB2312 |
136 |
Traditional chinese (Big 5) |
161 |
Greek |
162 |
Turkish |
163 |
Vietnamese |
177 |
Hebrew |
178 |
Arab |
186 |
Baltic |
204 |
Cyrillic |
222 |
Thai |
238 |
Central Europe |
255 |
OEM/DOS |
Adelia type |
ALPHA(250). |
Accessibility |
|
Layout design mode |
Read/Write |
Execution mode |
Read/Write |
Associated constants |
None |
Conditions for use |
The text of the ToolTip must be specified during the layout design phase. |
Default value |
MS Sans Serif;8;1;0. |
Note:
The size, style and script must be compatible with the chosen font. The Windows system font selection dialog box, accessible via the graphical object's Properties pages, provides a guide for selecting coherent values.
This property is not available in Mobile generation for Pocket PC and Smartphone platforms.
Distance (in pixels) between the left-hand edge of the ToolTip and the left of the text.
Adelia type |
NUM_BIN_4 |
Accessibility |
|
Layout design mode |
Not supported |
Execution mode |
Read/Write |
Associated constants |
None |
Conditions for use |
The text of the ToolTip must be specified during the layout design phase. |
Default value |
0. |
Note: This property is not available in Mobile generation for Pocket PC and Smartphone platforms.
Maximum width (in pixels) allowed for the ToolTip. By default, the ToolTip text is displayed on a single line. To display the text on more than one line, you must either specify a maximum width for the ToolTip or else enter a text containing carriage returns (characters with the decimal values 13 and 10).
Adelia type |
NUM_BIN_4 |
Accessibility |
|
Layout design mode |
Not supported |
Execution mode |
Read/Write |
Associated constants |
|
_ENF_TLTP_DFT_MAX_WIDTH |
Default maximum width, displaying the text on a single line (provided the text does not contain carriage returns). |
Default value |
_ENF_TLTP_DFT_MAX_WIDTH. |
Note: This property is not available in Mobile generation for Pocket PC and Smartphone platforms.
When the ToolTip is permanently active, it is displayed even if the entry field is placed in a window other than the currently active window.
Adelia type |
BOOL |
Accessibility |
|
Layout design mode |
Not supported |
Execution mode |
Read/Write |
Associated constants |
None |
Conditions for use |
The text of the ToolTip must be specified during the layout design phase. |
Default value |
*TRUE |
Notes:
This property is not implemented by the Java generator.
It is not available in Mobile generation for Pocket PC and Smartphone platforms.
Distance (in pixels) between the right-hand edge of the ToolTip and the right of the text.
Adelia type |
NUM_BIN_4 |
Accessibility |
|
Layout design mode |
Not supported |
Execution mode |
Read/Write |
Associated constants |
None |
Conditions for use |
The text of the ToolTip must be specified during the layout design phase. |
Default value |
0. |
Note: This property is not available in Mobile generation for Pocket PC and Smartphone platforms.
Text used in the ToolTip. If this text is not specified during the layout design phase, the entry field will not have a ToolTip when it is executed.
Adelia type |
ALPHA(250). |
Accessibility |
|
Layout design mode |
Read/Write |
Execution mode |
Read/Write |
Associated constants |
None |
Conditions for use |
The text of the ToolTip must be specified during the layout design phase. |
Default value |
" " (empty string). |
Note: This property is not available in Mobile generation for Pocket PC and Smartphone platforms.
RGB color of the text of the ToolTip associated with the object.
The property's value corresponds to a RGB color. Each color has a red, green and blue component in the range [0 ; 255]. The value of the resultant color is calculated as follows: Color = B*35536 + G*256 + R . Some values are predefined using the constants listed below.
Adelia type |
NUM_BIN_4 |
Accessibility |
|
Layout design mode |
Read/Write |
Execution mode |
Read/Write |
Associated constants | |
_ENF_COL_SYSTEM |
"system" color. |
_ENF_COL_BLACK |
"black" color. |
_ENF_COL_BLUE |
"blue" color. |
_ENF_COL_CYAN |
"cyan" color. |
_ENF_COL_GREEN |
"green" color. |
_ENF_COL_MAGENTA |
"magenta" color. |
_ENF_COL_RED |
"red" color. |
_ENF_COL_WHITE |
"white" color. |
_ENF_COL_YELLOW |
"yellow" color. |
_ENF_COL_DARKBLUE |
"dark blue" color. |
_ENF_COL_DARKCYAN |
"dark cyan" color. |
_ENF_COL_DARKGREEN |
"dark green" color. |
_ENF_COL_PURPLE |
"purple" color. |
_ENF_COL_DARKRED |
"dark red" color. |
_ENF_COL_DARKYELLOW |
"dark yellow" color. |
_ENF_COL_GREY |
"grey" color. |
_ENF_COL_DARKGREY |
"dark grey" color. |
Conditions for use |
The text of the ToolTip must be specified during the layout design phase. |
Default value |
_ENF_COL_SYSTEM. |
Note: This property is not available in Mobile generation for Pocket PC and Smartphone platforms.
Pause (in ms) between the moment the mouse pointer stops over the entry field and the moment the ToolTip is displayed.
Adelia type |
NUM_BIN_2 |
Accessibility |
|
Layout design mode |
Not supported |
Execution mode |
Read/Write |
Associated constants |
|
_ENF_TLTP_DFT_TIME_BEFORE_APPEAR |
Default length of time before appearance. |
Conditions for use |
The text of the ToolTip must be specified during the layout design phase. |
Default value |
System value set in the machine as the maximum limit for a double-click (generally 500 ms). |
Note: This property is not available in Mobile generation for Pocket PC and Smartphone platforms.
Distance (in pixels) between the top edge of the ToolTip and the top of the text.
Adelia type |
NUM_BIN_4 |
Accessibility |
|
Layout design mode |
Not supported |
Execution mode |
Read/Write |
Associated constants |
None |
Conditions for use |
The text of the ToolTip must be specified during the layout design phase. |
Default value |
0 |
Note: This property is not available in Mobile generation for Pocket PC and Smartphone platforms.
Value associated with the object.
Adelia type |
Defined when designing layout. |
Accessibility |
|
Layout design mode |
No |
Execution mode |
Read/Write |
Associated constants |
None |
Conditions for use |
None |
Default value |
Default value corresponding to Adelia type. |
Defines how the graphical control is adjusted when the window is resized vertically.
Adelia type |
NUM_BIN_2 |
Accessibility |
|
Layout design mode |
Read/Write |
Execution mode |
Read/Write |
Associated constants |
|
_ENF_ADJUST_EXPAND_HEIGHT |
The control is extended height-wise. |
_ENF_ADJUST_ALIGNED_TOP |
The control keeps its top side alignment. |
_ENF_ADJUST_ALIGNED_BOTTOM |
The control keeps its bottom side alignment. |
_ENF_ADJUST_ALIGNED_CENTER |
The control keeps its center alignment. |
_ENF_ADJUST_NONE |
No vertical adjustment is applied to the control. |
Conditions for use |
This property applies when the window's ADJUSTMENT property is other than _WIN_ADJUST_NONE and when the object is not part of a Split bar pane. When executed, its value is taken into account before initializing the window and when the window's ADJUSTMENT property is modified. At this point, the object's VISIBILITY property must be True. Otherwise, the control will not be adjusted. The modification is only taken into account if the window's ADJUSTMENT property is _WIN_ADJUST_NONE. Otherwise it is ignored. |
Default value |
_ENF_ADJUST_ALIGNED_TOP. |
Note: This property is not implemented in Java and Mobile generation.
Defines the vertical alignment used when displaying text inside the object.
Adelia type |
NUM_BIN_4 |
Accessibility |
|
Layout design mode |
None |
Execution mode |
Read/Write |
Associated constants |
|
_ENF_VERT_ALIGN_TOP |
The text is aligned at the top of the object. |
_ENF_VERT_ALIGN_MIDDLE |
The text is vertically centered in the object. |
_ENF_VERT_ALIGN_BOTTOM |
The text is aligned at the bottom of the object. |
Conditions for use |
None |
Default value |
_ENF_VERT_ALIGN_TOP |
Note: This property is only implemented in Cloud generation.
Allows the use of a vertical scroll bar for viewing the text in the object.
Adelia type |
BOOL |
Accessibility |
|
Layout design mode |
Read/Write |
Execution mode |
Read/Write |
Associated constants |
None |
Conditions for use |
None |
Default value |
*FALSE |
Visibility of the object.
Adelia type |
BOOL |
Accessibility |
|
Layout design mode |
Read/Write |
Execution mode |
Read/Write |
Associated constants |
None |
Conditions for use |
None |
Default value |
*TRUE |
Width value of the object.
Adelia type |
NUM_BIN_4 |
Accessibility |
|
Layout design mode |
Read/Write |
Execution mode |
Read/Write |
Associated constants |
None |
Conditions for use |
None |
Default value |
90 |
X coordinate value of the object's position relative to the area covered by the window, page or pane.
The reference point (origin) is the top left corner of the object.
Adelia type |
NUM_BIN_4 |
Accessibility |
|
Layout design mode |
Read/Write |
Execution mode |
Read/Write |
Associated constants |
None |
Conditions for use |
None |
Default value |
None |
Y coordinate value of the object's position relative to the area covered by the window, page or pane.
The reference point (origin) is the top left corner of the object.
Adelia type |
NUM_BIN_4 |
Accessibility |
|
Layout design mode |
Read/Write |
Execution mode |
Read/Write |
Associated constants |
None |
Conditions for use |
None |
Default value |
None |