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 |
|
_OGW_MOVE |
The control moves relative to the window. |
_OGW_EXPAND |
The control expands or contracts. |
_OGW_ANCHOR |
The control does not move relative to the window. |
_OGW_DEFAULT |
Corresponds to the value _OGW_ANCHOR if the control is in a pane located above the bar. Corresponds to the value _OGW_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 |
|
_OGW_MOVE |
The control moves relative to the window. |
_OGW_EXPAND |
The control expands of contracts. |
_OGW_ANCHOR |
The control does not move relative to the window. |
_OGW_DEFAULT |
Corresponds to the value _OGW_ANCHOR if the control is in a pane located above the bar. Corresponds to the value _OGW_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 |
|
_OGW_MOVE |
The control moves relative to the window. |
_OGW_EXPAND |
The control expands of contracts. |
_OGW_ANCHOR |
The control does not move relative to the window. |
_OGW_DEFAULT |
Corresponds to the value _OGW_ANCHOR if the control is in a pane located above the bar. Corresponds to the value _OGW_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 |
|
_OGW_MOVE |
The control moves relative to the window. |
_OGW_EXPAND |
The control expands of contracts. |
_OGW_ANCHOR |
The control does not move relative to the window. |
_OGW_DEFAULT |
Corresponds to the value _OGW_ANCHOR if the control is in a pane located above the bar. Corresponds to the value _OGW_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 object background.
Adelia type |
NUM_BIN_4 |
Accessibility |
|
Layout design mode |
Read/Write |
Execution mode |
Read/Write |
Associated constants | |
_OGW _COL_SYSTEM |
system color |
_OGW_COL_BLACK |
color black |
_OGW_COL_BLUE |
color blue |
_OGW_COL_CYAN |
color cyan |
_OGW_COL_GREEN |
color green |
_OGW_COL_MAGENTA |
color magenta |
_OGW_COL_RED |
color red |
_OGW_COL_WHITE |
color white |
_OGW_COL_YELLOW |
color yellow |
_OGW_COL_DARKBLUE |
color dark blue |
_OGW_COL_DARKCYAN |
color dark cyan |
_OGW_COL_DARKGREEN |
color dark green |
_OGW_COL_DARKRED |
color dark red |
_OGW_COL_DARKYELLOW |
color dark yellow |
_OGW_COL_GREY |
color gray |
_OGW_COL_DARKGREY |
color dark gray |
Conditions for use |
The object's OVERLAP property must have the *FALSE value. |
Default value |
_OGW_COL_SYSTEM |
Object's value when checked.
Adelia type |
Specified at the layout design stage |
Accessibility |
|
Layout design mode |
Read/Write |
Execution mode |
Read |
Associated constants |
None |
Conditions for use |
None |
Default value |
*TRUE |
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 |
16 |
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 |
|
_OGW _ADJUST_EXPAND_WIDTH |
The control is expanded width-wise. |
_OGW _ADJUST_ALIGNED_LEFT |
The control keeps its left side alignment. |
_OGW _ADJUST_ALIGNED_RIGHT |
The control keeps its right side alignment. |
_OGW _ADJUST_ALIGNED_CENTER |
The control keeps its center alignment. |
_OGW_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 |
_OGW_ADJUST_ALIGNED_LEFT |
Note: This property is not implemented in Java and Mobile generation.
Allows the object to be placed in focus using the keyboard (Tab or Shift+Tab keys).
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 value when unchecked.
Adelia type |
Specified at the layout design stage |
Accessibility |
|
Layout design mode |
Read/Write |
Execution mode |
Read |
Associated constants |
None |
Conditions for use |
None |
Default value |
*FALSE |
Value of the object at a particular time.
This value is given by the object's status: checked/unchecked
Adelia type |
Specified at the layout design stage |
Accessibility |
|
Layout design mode |
Read/Write |
Execution mode |
Read/Write |
Associated constants |
None |
Conditions for use |
None |
Default value |
Value in checked state. |
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 |
|
_OGW_ADJUST_EXPAND_HEIGHT |
The control is extended height-wise. |
_OGW_DJUST_ALIGNED_TOP |
The control keeps its top side alignment. |
_OGW_AJUST_ALIGNED_BOTTOM |
The control keeps its bottom side alignment. |
_OGW_ADJUST_ALIGNED_CENTER |
The control keeps its center alignment. |
_OGW_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 |
_OGW_DJUST_ALIGNED_TOP |
Note: This property is not implemented in Java and Mobile generation.
Object visibility
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 |
90 |
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 |