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 of contracts. |
_OGW_ANCHOR |
The control does not move relative to the window. |
_OGW_DEFAULT |
Corresponds to the value _GIC_ANCHOR if the control is in a pane located above the bar. Corresponds to the value _ICG_MOVE if located in a pane at the bottom. |
Conditions of use |
The object must be in a split bar pane. |
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 _ICG_ANCHOR if the control is in a pane located above the bar. Corresponds to the value _ICG_MOVE if located in a pane on the right. |
Conditions of use |
The object must be in a split bar pane. |
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 _ICG_ANCHOR if the control is in a pane located above the bar. Corresponds to the value _ICG_MOVE if located in a pane on the right. |
Conditions of use |
The object must be in a split bar pane. |
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 _GIC_ANCHOR if the control is in a pane located above the bar. Corresponds to the value _ICG_MOVE if located in a pane at the bottom. |
Conditions of use |
The object must be in a split bar pane. |
Specifies whether the object responds to the user's keyboard and mouse actions.
This property is mainly used when transparent objects overlap the image.
When it has the *FALSE value, overlapped objects can be selected in the layout manager. The overlapped objects also respond to the user's actions.
For more information about managing overlapping of graphical objects, consult the working with object overlap section.
Adelia type |
BOOL |
Accessibility |
|
Layout design mode |
Read/Write. |
Execution mode |
Read/Write. |
Associated constants |
None. |
Conditions of 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 |
|
_OGW_COL_SYSTEM |
System color (transparent) |
_OGW_COL_BLACK |
the color black |
_OGW_COL_BLUE |
the color blue |
_OGW_COL_CYAN |
the color cyan |
_OGW_COL_GREEN |
the color green |
_OGW_COL_MAGENTA |
the color magenta |
_OGW_COL_RED |
the color red |
_OGW_COL_WHITE |
the color white |
_OGW_COL_YELLOW |
the color yellow |
_OGW_COL_DARKBLUE |
the color dark blue |
_OGW_COL_DARKCYAN |
the color dark cyan |
_OGW_COL_DARKGREEN |
the color dark green |
_OGW_COL_DARKRED |
the color dark red |
_OGW_COL_DARKYELLOW |
the color dark yellow |
_OGW_COL_GREY |
the color gray |
_OGW_COL_DARKGREY |
the color dark gray |
Conditions of use |
The OVERLAP property must be set to *FALSE. |
Default value |
_OGW_COL_SYSTEM. |
Draws a frame around the object.
Adelia type |
BOOL |
Accessibility |
|
Layout design mode |
Read/Write. |
Execution mode |
Read/Write. |
Associated constants |
None. |
Conditions of use |
None. |
Default value |
*FALSE |
Used to delete the drawing if the user double-clicks on the object.
Adelia type |
BOOL |
Accessibility |
|
Layout design mode |
Read/Write. |
Execution mode |
Read/Write. |
Associated constants |
None. |
Conditions of use |
None. |
Default value |
*FALSE |
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 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 |
_OGW_ADJUST_ALIGNED_LEFT. |
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. |
Authorizes the object to draw itself over a control positioned in front of it in the window object order.
This property must be set to *TRUE when the image is transparent and the user wishes to overlay it onto another object.
Example
Transparent image T is positioned partially or fully over image F (transparent or not). So that T is displayed over F and so that F is visible in the transparent areas of T, T needs its "overlap" property to be set to *TRUE and be after F in the window's object order.
Note: If a transparent image is likely to move during window execution (via the object adjustment mode for example), the window's FORCE_REDRAW_OBJECTS property must be set to *TRUE.
Adelia type |
BOOL |
Accessibility |
|
Layout design mode |
Read/Write. |
Execution mode |
Read/Write. |
Associated constants |
None. |
Conditions of use |
None. |
Default value |
*TRUE |
Note: This property is not implemented in Java, Mobile, and Cloud generation.
For more information about managing overlapping of graphical objects, consult the working with object overlap section.
RGB color of the line.
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 |
the color black |
_OGW_COL_BLUE |
the color blue |
_OGW_COL_CYAN |
the color cyan |
_OGW_COL_GREEN |
the color green |
_OGW_COL_MAGENTA |
the color magenta |
_OGW_COL_RED |
the color red |
_OGW_COL_WHITE |
the color white |
_OGW_COL_YELLOW |
the color yellow |
_OGW_COL_DARKBLUE |
the color dark blue |
_OGW_COL_DARKCYAN |
the color dark cyan |
_OGW_COL_DARKGREEN |
the color dark green |
_OGW_COL_DARKRED |
the color dark red |
_OGW_COL_DARKYELLOW |
the color dark yellow |
_OGW_COL_GREY |
the color gray |
_OGW_COL_DARKGREY |
the color dark gray |
Minimum line width.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read/Write. |
Execution mode |
Read/Write. |
Associated constants |
None. |
Conditions of use |
None. |
Default value |
4. |
Maximum line width.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read/Write. |
Execution mode |
Read/Write. |
Associated constants |
None. |
Conditions of use |
None. |
Default value |
7. |
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 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 |
_ICG_ADJUST_EXPAND_HEIGHT. |
Visibility of the object.
Adelia type |
BOOL |
Accessibility |
|
Layout design mode |
Read/Write. |
Execution mode |
Read/Write. |
Associated constants |
None. |
Conditions of 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 of use |
None. |
Default value |
100. |
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 of 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 of use |
None. |
Default value |
None. |