Products Downloads


French version


 

Specifies the element to which an event affecting the object is applied.

Adelia type

NUM_BIN_4.

Accessibility


Layout design mode

None,

Execution mode

Read.

Associated constants


_TRV_NONE

Does not specify any element.

Conditions for use


This property may change value when the following events are triggered:

BeginDragDrop (only valid if the selected element is permitted)

Collapse

DD_BeginDrag

DD_DragOver

DD_Drop

DD_EnterDrag

ElementChecked (only valid if the CHECK_BOX property is set to *TRUE)

ElementUnchecked (only valid if the CHECK_BOX property is set to *TRUE)

EndDragDrop

EndEdit

Expand

MoveDragDrop

Default value _TRV_NONE



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:


_TRV_MOVE

The control moves relative to the window.

_TRV_EXPAND

The control expands of contracts.

_TRV_ANCHOR

The control does not move relative to the window.

_TRV_DEFAULT

Corresponds to the value _TRV_ANCHOR if the control is in a pane located above the bar.

Corresponds to the value _TRV_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:


_TRV_MOVE

The control moves relative to the window.

_TRV_EXPAND

The control expands of contracts.

_TRV_ANCHOR

The control does not move relative to the window.

_TRV_DEFAULT

Corresponds to the value _TRV_ANCHOR if the control is in a pane located to the left of the bar.

Corresponds to the value _TRV_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:


_TRV_MOVE

The control moves relative to the window.

_TRV_EXPAND

The control expands of contracts.

_TRV_ANCHOR

The control does not move relative to the window.

_TRV_DEFAULT

Corresponds to the value _TRV_ANCHOR if the control is in a pane located to the left of the bar.

Corresponds to the value _TRV_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:


_TRV_MOVE

The control moves relative to the window.

_TRV_EXPAND

The control expands of contracts.

_TRV_ANCHOR

The control does not move relative to the window.

_TRV_DEFAULT

Corresponds to the value _TRV_ANCHOR if the control is in a pane located above the bar.

Corresponds to the value _TRV_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

_TRV_COL_SYSTEM

"system" color,

_TRV_COL_SYSTEM

"system" color,

_TRV_COL_BLACK

"black" color,

_TRV_COL_BLUE

"blue" color,

_TRV_COL_CYAN

"cyan" color,

_TRV_COL_GREEN

"green" color,

_TRV_COL_MAGENTA

"magenta" color,

_TRV_COL_RED

"red" color,

_TRV_COL_WHITE

"white" color,

_TRV_COL_YELLOW

"yellow" color,

_TRV_COL_DARKBLUE

"dark blue" color,

_TRV_COL_DARKCYAN

"dark cyan" color,

_TRV_COL_DARKGREEN

"dark green" color,

_TRV_COL_PURPLE

"purple" color,

_TRV_COL_DARKRED

"dark red" color,

_TRV_COL_DARKYELLOW

"dark yellow" color,

_TRV_COL_GREY

"grey" color,

_TRV_COL_DARKGREY

"dark grey" color.

Conditions for use

None.

Default value

_TRV_COL_SYSTEM.


Note: This property is not implemented in Mobile generation.


Specifies the use of a check box for each element in the object. This property can be used to simulate multiple element selections.

Adelia type

BOOL.

Accessibility


Layout design mode

Read / Write,

Execution mode

Read.

Associated constants

None.

Conditions for use

None.

Default value

*FALSE.



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.



Enables or disables the triggering of events that start drag and drop operations from the element on which the user has clicked.

The old version of drag and drop used the mouse to move an element from a starting position to an end position within the object's tree structure.

With the new version, data can be transferred to any other object that also supports drag and drop, including objects in a different application.

If the DRAG_DROP property of the element on which the user clicks is set to *TRUE, the object receives a DD_BeginDrag or BeginDragDrop event, depending on the drag and drop version used.


With the old version, the drag and drop operation is divided into With the old version, the drag and drop operation is divided into three steps:

    • Start the drag and drop procedure by clicking on the chosen element and keeping the left mouse button depressed. The mouse cursor's appearance will change. The object receives the BeginDragDrop event.
    • Move the chosen element (while still holding down the left mouse button). When the mouse cursor is moved over an element in the tree structure, either:
  1. the mouse cursor's appearance does not change, informing the user that the selected element can be released in that position,
  2. the mouse cursor appears as follows: (no parking sign). The user will not be able to release the selected element in that position.


When the element under the mouse pointer changes and is not the element being dragged, the object receives the MoveDragDrop event.


  • End the drag and drop procedure by releasing the left mouse button while the cursor is over a permitted element.


We recommend using the new version.


Adelia type

BOOL.

Accessibility


Layout design mode

Read / Write,

Execution mode

Read / Write.

Associated constants

None.

Conditions for use

This property is only taken into account if the ADD method is called when the element is created. To change whether drag and drop is allowed when an element has been created, call the SET_DRAG_DROP method.

Default value

*TRUE.



Lets you specify whether, during a drag and drop operation, the user can drop the selected element onto the element currently under the mouse pointer. This element is contained in the ACTION_ELEMENT property.

Note: The DRAG_DROP_ACTION property only relates to the old version of drag and drop. We recommend using the new version of the drag and drop feature.


Adelia type

BOOL.

Accessibility


Layout design mode

None,

Execution mode

Read / Write.

Associated constants

None.

Conditions for use

This property is only taken into account when the MoveDragDrop event is called.

Default value

*TRUE.


Note: This property is not implemented by the Cloud generator.


Specifies the format used to display the value of a treeview's element.

Adelia type

NUM_BIN_2.

Accessibility


Layout design mode

None,

Execution mode

Read / Write.

Associated constants

_TRV_EDIT_CODE_NONE

No edit code

_TRV_EDIT_CODE_BLV

No text displayed for the *LOVAL value

_TRV_EDIT_CODE_A

A (x.xxx,xxCR)

_TRV_EDIT_CODE_B

B (x.xxx,xxCR)

_TRV_EDIT_CODE_C

C (xxxx,xxCR)

_TRV_EDIT_CODE_D

D (xxxx,xxCR)

_TRV_EDIT_CODE_J

J (x.xxx,xx-)

_TRV_EDIT_CODE_K

K (x.xxx,xx-)

_TRV_EDIT_CODE_L

L (xxxx,xx-)

_TRV_EDIT_CODE_M

M (xxxx,xx-)

_TRV_EDIT_CODE_N

N (-x.xxx,xx)

_TRV_EDIT_CODE_O

O (-x.xxx,xx)

_TRV_EDIT_CODE_P

P (-xxxx,xx)

_TRV_EDIT_CODE_Q

Q (-xxxx,xx)

_TRV_EDIT_CODE_Y

Y (xx/xx/xx)

_TRV_EDIT_CODE_Z

Z (xxxxxx)

_TRV_EDIT_CODE_1

1 (x.xxx,xx)

_TRV_EDIT_CODE_2

2 (x.xxx,xx)

_TRV_EDIT_CODE_3

3 (xxxx,xx)

_TRV_EDIT_CODE_4

4 (xxxx,xx)

_TRV_EDIT_CODE_SEC

Timestamp: hides microseconds.

_TRV_EDIT_CODE_SEC_BLV

Timestamp: hides microseconds, no text displayed for the *LOVAL value.

Conditions for use

This property is only taken into account when the ADD method (when the element is created) and the SET_TEXT method are called, only when an input control has been set for the element. However, it is not necessary that the element should be modifiable.

Default value

_TRV_EDIT_CODE_NONE



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

None.

Default value

*FALSE.



Specifies the format used to display the value of a treeview's element.

Adelia type

ALPHA(60).

Accessibility


Layout design mode

None,

Execution mode

Read / Write.

Associated constants

None.

Conditions for use

The EDIT_CODE property must be set to _TRV_EDIT_CODE_NONE.

This property is only taken into account when the ADD method (when the element is created) and the SET_TEXT method are called, only when an input control has been set for the element. However, it is not necessary that the element should be modifiable.

Default value

" ".



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.



Specifies the first visible element in the object (the one highest up within the object). To make an element visible, the object expands all parent links that are not already expanded, then attempts to move the element as far up the object's graphical area possible. As a result, there may be a discrepancy between the value assigned to this property and the value retrieved.

Adelia type

NUM_BIN_4.

Accessibility


Layout design mode

None,

Execution mode

Read / Write.

Associated constants:


_TRV_NONE

Does not specify an element.



Conditions for use

None.

Default value

_TRV_NONE.



Character font used to display the text of 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.


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 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 by the Java generator and 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.



Lets you modify an element's text. If this property is set to *TRUE, you will be able to enter text by clicking on the selected element.

Adelia type

BOOL.

Accessibility


Layout design mode

Read / Write,

Execution mode

Read / Write.

Associated constants

None.

Conditions for use

This property is only taken into account when the ADD method is called when the element is created. To change whether or not the text in a created element can be modified, call the SET_EDIT method.

Default value

*TRUE.



Specifies the display of a link between a node and its children.

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.


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


_TRV_ADJUST_EXPAND_WIDTH

The control is expanded width-wise.

_TRV_ADJUST_ALIGNED_LEFT

The control keeps its left side alignment.

_TRV_ADJUST_ALIGNED_RIGHT

The control keeps its right side alignment.

_TRV_ADJUST_ALIGNED_CENTER

The control keeps its center alignment.

_TRV_ADJUST_NONE

No horizontal adjustment is applied to the control.

Conditions of 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

_TRV_ADJUST_EXPAND_WIDTH.


Note: This property is not implemented in Java and Mobile generation.


Specifies the filter used when the characters for an element in the object are entered.

This property can only be used to specify what Adelia type the element is. If an input control is set for an element, it is possible to indicate an edit word or code to format the text, should the element be modifiable or not.


Adelia type

NUM_BIN_2.

Accessibility


Layout design mode

None,

Execution mode

Read / Write.

Associated constants

_TRV_INPUT_CTRL_DATE

date characters only;  the separators are mandatory,

_TRV_INPUT_CTRL_EXTENDED_DATE

date characters only; the separators are optional,

_TRV_INPUT_CTRL_TIME

time characters only; the separators are mandatory,

_TRV_INPUT_CTRL_EXTENDED_TIME

time characters only; the separators are optional,

_TRV_INPUT_CTRL_TIMESTAMP

only those characters used to enter timestamps can be entered,

_TRV_CTRL_INPUT_NONE

no input control,

_TRV_INPUT_CTRL_UPPERCASE_CHAR

upper case letters of the alphabet,

_TRV_INPUT_CTRL_UPPERCASE_CHAR_NUMBER

upper case letters of the alphabet, plus numbers,

_TRV_INPUT_CTRL_SHORT_BINARY

only those characters used to enter a short binary value can be entered,

_TRV_INPUT_CTRL_LONG_BINARY

only those characters used to enter a long binary value can be entered,

_TRV_INPUT_CTRL_NUMBER

signed decimal numbers,

_TRV_INPUT_CTRL_EXTENDED_NUMBER

signed extended numbers,

_TRV_INPUT_CTRL_UPPERCASE

all characters (upper case characters of the alphabet) plus numbers,

_TRV_INPUT_CTRL_LOWERCASE

all characters (lower case characters of the alphabet) plus numbers,

_TRV_INPUT_CTRL_IBM_FIELD

letters forming a valid IBM field name.

Conditions for use

This property is only taken into account when the ADD method is called.

Default value

_TRV_CTRL_INPUT_NONE.



Specifies the display of a link between all the branches 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.



Static name of the object.

Adelia type

ALPHA(128).

Accessibility


Layout design mode

Read/Write.

Execution mode

Read.

Associated constants

None.

Conditions of use

None.

Default value

Prefix of the basic object.



Number of decimal places in the Adelia type for an element in the object. The Adelia type is described implicitly by the value of the INPUT_CONTROL property. This number is only useful in describing NUM_E and NUM_P Adelia types. This value must be between 0 and 9.

Adelia type

NUM_BIN_2.

Accessibility


Layout design mode

None,

Execution mode

Read / Write.

Associated constants

None.

Conditions for use

This property is only taken into account if the ADD method is called when the element is created.

Additionally, it is only used if the text in the element created is modifiable ((i.e. if the EDIT_LABELS property is set to *TRUE when the ADD method is called or if the SET_EDIT method is called for the element created).

Default value

0.



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.


Specifies the use of 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.


Specifies the element selected in the object. This property can either take the value of the parameter ElementId entered when the ADD method is called, or else one of the two constants defined below.

Adelia type

NUM_BIN_4.

Accessibility


Layout design mode

None,

Execution mode

Read / Write.

Associated constants:


_TRV_NONE

Does not specify any element at all (used to avoid selecting an element in the object),

_TRV_ROOT

Specifies the root element (used as an input or output parameter when calling methods).

Conditions for use

None.

Default value

"_TRV_NONE".



Used to manage how the selected 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 user will only be able to expand one node at a time, by clicking on the associated text.

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".



RGB color used to draw the elements' text.


Adelia type

NUM_BIN_4.

Accessibility


Layout design mode

Read / Write,

Execution mode

Read / Write.

Associated constants

_TRV_COL_SYSTEM

"system" color,

_TRV_COL_BLACK

"black" color,

_TRV_COL_BLUE

"blue" color,

_TRV_COL_CYAN

"cyan" color,

_TRV_COL_GREEN

"green" color,

_TRV_COL_MAGENTA

"magenta" color,

_TRV_COL_RED

"red" color,

_TRV_COL_WHITE

"white" color,

_TRV_COL_YELLOW

"yellow" color,

_TRV_COL_DARKBLUE

"dark blue" color,

_TRV_COL_DARKCYAN

"dark cyan" color,

_TRV_COL_DARKGREEN

"dark green" color,

_TRV_COL_PURPLE

"purple" color,

_TRV_COL_DARKRED

"dark red" color,

_TRV_COL_DARKYELLOW

"dark yellow" color,

_TRV_COL_GREY

"grey" color,

_TRV_COL_DARKGREY

"dark grey" color.

Conditions for use

None.

Default value

"_TRV_COL_SYSTEM".


Note: This property is not implemented in Mobile generation.


Enables the element under the mouse cursor to be highlighted. The text for this element will be displayed underlined and in system color used for hypertext link (by default: 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".



Length of the Adelia type for an element in the object. The Adelia type is described implicitly by the value of the INPUT_CONTROL property. This length is only useful in describing ALPHA, NUM_E and NUM_P Adelia types. This value must be greater than 0.

Adelia type

NUM_BIN_2.

Accessibility


Layout design mode

None,

Execution mode

Read / Write.

Associated constants

None.

Conditions for use

This property is only taken into account if the ADD method is called when the element is created. Additionally, it is only used if the text in the element created is modifiable (i.e. if the EDIT_LABELS property is set to *TRUE when the ADD method is called, or if the SET_EDIT method is called for the element created).

Default value

"15".



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:


_TRV_ADJUST_EXPAND_HEIGHT

The control is extended height-wise.

_TRV_ADJUST_ALIGNED_TOP

The control keeps its top side alignment.

_TRV_ADJUST_ALIGNED_BOTTOM

The control keeps its bottom side alignment.

_TRV_ADJUST_ALIGNED_CENTER

The control keeps its center alignment.

_TRV_ADJUST_NONE

No vertical adjustment is applied to the control.

Conditions of 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 view.

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

_TRV_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".



Value of the object's X coordinate, relative to the area covered by the window. 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.





↑ Top of page