- action_move_bottom_side
- action_move_left_side
- action_move_right_side
- action_move_top_side
- active
- background_color
- dd_drop_allowed
- double_outlines
- width
- first_line_visible
- rolldown_dyn_pagin
- rollup_dyn_pagin
- treelist
- list
- visibility
- overlap
- embedded_outlines
- font
- full_row_select
- group_beginning
- has_buttons
- has_lines
- height
- horizontal_adjustment
- lines_at_root
- name
- scroll_bars
- show_sel_always
- single_expand
- static_outlines
- tab_stop
- track_select
- vertical_adjustment
- x_axis
- y_axis
- action_line_number
- action_column_number
Line number of the TREE_COLUMN element that triggers the events:
DD_BeginDrag, DD_EnterDrag, DD_DragOver, DD_Drop and MouseMove of the TREE_LIST object;
SetFocus, KillFocus, BeginDragDrop, MoveDragDrop, EndDragDrop, RightButtonClick, RightButtonDoubleClick, Expand, Collapse, LeftButtonDownClick, RightButtonDownClick, LeftButtonDoubleClick and MouseMove of the TREE_COLUMN object.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
None, |
Execution mode |
Read. |
Associated constants |
None. |
Conditions for use |
None. |
Default value |
"0". |
Note: This property is not available in Java generation.
Number of the column that triggers the events:
DD_BeginDrag, DD_EnterDrag, DD_DragOver, DD_Drop and MouseMove of the TREE_LIST object;
SetFocus, KillFocus, BeginDragDrop, MoveDragDrop, EndDragDrop, RightButtonClick, RightButtonDoubleClick, Expand, Collapse, LeftButtonDownClick, RightButtonDownClick, LeftButtonDoubleClick and MouseMove of the TREE_COLUMN object.
The TREE_COLUMN objects of the tree list are numbered from left to right starting with 1.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
None, |
Execution mode |
Read only. |
Associated constants |
None. |
Conditions for use |
None. |
Default value |
"0". |
Note: This property is not available in Java generation.
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 |
|
_TLI_MOVE |
The control moves relative to the window. |
_TLI_EXPAND |
The control expands of contracts. |
_TLI_ANCHOR |
The control does not move relative to the window. |
_TLI_DEFAULT |
Corresponds to the value _TLI_ANCHOR if the control is in a pane located above the bar. Corresponds to the value _TLI_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 |
|
_TLI_MOVE |
The control moves relative to the window. |
_TLI_EXPAND |
The control expands of contracts. |
_TLI_ANCHOR |
The control does not move relative to the window. |
_TLI_DEFAULT |
Corresponds to the value _TLI_ANCHOR if the control is in a pane located to the left of the bar. Corresponds to the value _TLI_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 |
|
_TLI_MOVE |
The control moves relative to the window. |
_TLI_EXPAND |
The control expands of contracts. |
_TLI_ANCHOR |
The control does not move relative to the window. |
_TLI_DEFAULT |
Corresponds to the value _TLI_ANCHOR if the control is in a pane located to the left of the bar. Corresponds to the value _TLI_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 |
|
_TLI_MOVE |
The control moves relative to the window. |
_TLI_EXPAND |
The control expands of contracts. |
_TLI_ANCHOR |
The control does not move relative to the window. |
_TLI_DEFAULT |
Corresponds to the value _TLI_ANCHOR if the control is in a pane located above the bar. Corresponds to the value _TLI_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 will respond to the user's keyboard and mouse actions.
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 used to draw the background for the object.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write, |
Execution mode |
Read / Write. |
Associated constants | |
_TLI_COL_SYSTEM |
"system" color, |
_TLI_COL_BLACK |
"black" color, |
_TLI_COL_BLUE |
"blue" color, |
_TLI_COL_CYAN |
"cyan" color, |
_TLI_COL_GREEN |
"green" color, |
_TLI_COL_MAGENTA |
"magenta" color, |
_TLI_COL_RED |
"red" color, |
_TLI_COL_WHITE |
"white" color, |
_TLI_COL_YELLOW |
"yellow" color, |
_TLI_COL_DARKBLUE |
"dark blue" color, |
_TLI_COL_DARKCYAN |
"dark cyan" color, |
_TLI_COL_DARKGREEN |
"dark green" color, |
_TLI_COL_PURPLE |
"purple" color, |
_TLI_COL_DARKRED |
"dark red" color, |
_TLI_COL_DARKYELLOW |
"dark yellow" color, |
_TLI_COL_GREY |
"grey" color, |
_TLI_COL_DARKGREY |
"dark grey" color. |
Conditions for use |
None. |
Default value |
"_TLI_COL_SYSTEM". |
Note: This property is not implemented in Mobile generation.
Specifies whether the object can be the destination of drag and drop operations (new version only).
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 not implemented by the Java generator.
Specifies the display of a double border.
Adelia type |
BOOL. |
Accessibility |
|
Layout design mode |
Read / Write, |
Execution mode |
Read / Write. |
Associated constants |
None. |
Conditions for use |
None. |
Default value |
"*FALSE". |
Specifies the display of a border with embedded outlines.
Adelia type |
BOOL. |
Accessibility |
|
Layout design mode |
Read / Write, |
Execution mode |
Read / Write. |
Associated constants |
None. |
Conditions for use |
None. |
Default value |
"*FALSE". |
Number of the first visible line in the object. Line numbers begin with 1.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
None, |
Execution mode |
Read / Write. |
Associated constants |
None. |
Conditions for use |
None. |
Default value |
"0". |
Character font used to display the text in all elements 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". |
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.
Specifies how the selected TREE_COLUMN element is to be shown. If this property is set to *TRUE, the element's whole line will be selected. If this property is set to *FALSE, only the text in the element's line will be selected.
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 not implemented in Mobile generation.
Specifies the first object in an object group. An object group is defined by its first object, and includes all the objects following it (according to 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". |
Specifies the use of expand / collapse buttons for node handling. If this property is set to *TRUE, an expand / collapse button will appear to the left of each node. You can expand or collapse the associated node by clicking on this button.
Adelia type |
BOOL. |
Accessibility |
|
Layout design mode |
Read / Write, |
Execution mode |
Read / Write. |
Associated constants |
None. |
Conditions for use |
the HAS_LINES and LINES_AT_ROOT property values must be set to *TRUE. |
Default value |
"*FALSE". |
Specifies the display of a link between a node and its sub-branches.
Adelia type |
BOOL. |
Accessibility |
|
Layout design mode |
Read / Write, |
Execution mode |
Read / Write. |
Associated constants |
None. |
Conditions for use |
None. |
Default value |
"*FALSE". |
Object's height value.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write, |
Execution mode |
Read / Write. |
Associated constants |
None. |
Conditions for use |
None. |
Default value |
"100". |
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 |
|
_TLI_ADJUST_EXPAND_WIDTH |
The control is expanded width-wise. |
_TLI_ADJUST_ALIGNED_LEFT |
The control keeps its left side alignment. |
_TLI_ADJUST_ALIGNED_RIGHT |
The control keeps its right side alignment. |
_TLI_ADJUST_ALIGNED_CENTER |
The control keeps its center alignment. |
_TLI_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 |
_TLI_ADJUST_EXPAND_WIDTH. |
Note: This property is not implemented in Java and Mobile generation.
Specifies the display of a link between all the children leading from the root node.
Adelia type |
BOOL. |
Accessibility |
|
Layout design mode |
Read / Write, |
Execution mode |
Read. |
Associated constants |
None. |
Conditions for use |
The HAS_LINES property value must be set to *TRUE. |
Default value |
"*FALSE". |
List of the elements in the object.
Adelia type |
LISTE. |
Accessibility |
|
Layout design mode |
None, |
Execution mode |
Read / Write. |
Associated constants |
None. |
Conditions for use |
None. |
Default value |
List empty. |
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.
Enables the Rolldown event to be triggered.
Adelia type |
BOOL. |
Accessibility |
|
Layout design mode |
None, |
Execution mode |
Read / Write. |
Associated constants |
None. |
Conditions for use |
None. |
Default value |
"*FALSE". |
Enables the Rollup event to be triggered.
Adelia type |
BOOL. |
Accessibility |
|
Layout design mode |
None, |
Execution mode |
Read / Write. |
Associated constants |
None. |
Conditions for use |
None. |
Default value |
"*FALSE". |
Specifies the use of horizontal and vertical scroll bars inside the object (only visible if required).
Adelia type |
BOOL. |
Accessibility |
|
Layout design mode |
Read / Write, |
Execution mode |
Read. |
Associated constants |
None. |
Conditions for use |
None. |
Default value |
"*TRUE". |
Note: This property is not implemented in Mobile generation.
Used to manage how the selected TREE_COLUMN element is displayed when the object loses the focus. If this property is set to *TRUE, the element will remain selected onscreen. If this property is set to *FALSE, the selected object will be deselected.
Adelia type |
BOOL. |
Accessibility |
|
Layout design mode |
Read / Write, |
Execution mode |
Read / Write. |
Associated constants |
None. |
Conditions for use |
None. |
Default value |
"*FALSE". |
Specifies how node expansion / collapsing is managed. If this property is set to *TRUE, the selected node will automatically be expanded, and the deselected node will be collapsed.
Adelia type |
BOOL. |
Accessibility |
|
Layout design mode |
Read / Write, |
Execution mode |
Read / Write. |
Associated constants |
None. |
Conditions for use |
None. |
Default value |
"*FALSE". |
Specifies the display of a border with static outlines (3D effect used to show objects not immediately placed in focus).
Adelia type |
BOOL. |
Accessibility |
|
Layout design mode |
Read / Write, |
Execution mode |
Read / Write. |
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". |
Enables the TREE_COLUMN element under the mouse cursor to be highlighted. The text for this element will be displayed underlined and in blue.
Adelia type |
BOOL. |
Accessibility |
|
Layout design mode |
Read / Write, |
Execution mode |
Read / Write. |
Associated constants |
None. |
Conditions for use |
The HAS_LINES property value must be set to *FALSE. |
Default value |
"*FALSE". |
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 |
|
_TLI_ADJUST_EXPAND_HEIGHT |
The control is extended height-wise. |
_TLI_ADJUST_ALIGNED_TOP |
The control keeps its top side alignment. |
_TLI_ADJUST_ALIGNED_BOTTOM |
The control keeps its bottom side alignment. |
_TLI_ADJUST_ALIGNED_CENTER |
The control keeps its center alignment. |
_TLI_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 |
_TLI_ADJUST_EXPAND_HEIGHT. |
Note: This property is not implemented in Java and Mobile generation.
Visibility of the object. Only visible objects can be placed in focus.
Adelia type |
BOOL. |
Accessibility |
|
Layout design mode |
Read / Write, |
Execution mode |
Read / Write. |
Associated constants |
None. |
Conditions for use |
None. |
Default value |
"*TRUE". |
Object's width value.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write, |
Execution mode |
Read / Write. |
Associated constants |
None. |
Conditions for use |
None. |
Default value |
"120". |
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-hand 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-hand 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. |