- calendar
- font
- 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
- day_date_circled
- end_date
- extended_selection
- max_days_select
- backgrnd_color
- date_format
- day_date
- month_background_color
- scroll_rate
- trailing_days_color
- title_text_color
- week_number
- days_color
- day_date_text
- max_date
- first_day_week
- min_date
- bar_color
- value
- tab_stop
- group_beginning
- height
- y_axis
- static_outlines
- embedded_outlines
- double_outlines
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 |
|
_CAL_MOVE |
The control moves relative to the window. |
_CAL_EXPAND |
The control expands of contracts. |
_CAL_ANCHOR |
The control does not move relative to the window. |
_CAL_DEFAULT |
Corresponds to the value _CAL_ANCHOR if the control is in a pane located above the bar. Corresponds to the value _CAL_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 |
|
_CAL_MOVE |
The control moves relative to the window. |
_CAL_EXPAND |
The control expands of contracts. |
_CAL_ANCHOR |
The control does not move relative to the window. |
_CAL_DEFAULT |
Corresponds to the value _CAL_ANCHOR if the control is in a pane located to the left of the bar. Corresponds to the value _CAL_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 |
|
_CAL_MOVE |
The control moves relative to the window. |
_CAL_EXPAND |
The control expands of contracts. |
_CAL_ANCHOR |
The control does not move relative to the window. |
_CAL_DEFAULT |
Corresponds to the value _CAL_ANCHOR if the control is in a pane located to the left of the bar. Corresponds to the value _CAL_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 |
|
_CAL_MOVE |
The control moves relative to the window. |
_CAL_EXPAND |
The control expands of contracts. |
_CAL_ANCHOR |
The control does not move relative to the window. |
_CAL_DEFAULT |
Corresponds to the value _CAL_ANCHOR if the control is in a pane located above the bar. Corresponds to the value _CAL_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". |
RGB color in which the object's background is displayed.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants | |
_CAL_COL_SYSTEM |
"system" color. |
_CAL_COL_BLACK |
"black" color. |
_CAL_COL_BLUE |
"blue" color. |
_CAL_COL_CYAN |
"cyan" color. |
_CAL_COL_GREEN |
"green" color. |
_CAL_COL_MAGENTA |
"magenta" color. |
_CAL_COL_RED |
"red" color. |
_CAL_COL_WHITE |
"white" color. |
_CAL_COL_YELLOW |
"yellow" color. |
_CAL_COL_DARKBLUE |
"dark blue" color. |
_CAL_COL_DARKCYAN |
"dark cyan" color. |
_CAL_COL_DARKGREEN |
"dark green" color. |
_CAL_COL_PURPLE |
"purple" color. |
_CAL_COL_DARKRED |
"dark red" color. |
_CAL_COL_DARKYELLOW |
"dark yellow" color. |
_CAL_COL_GREY |
"grey" color. |
_CAL_COL_DARKGREY |
"dark grey" color. |
Conditions for use |
none. |
Default value |
"_CAL_COL_SYSTEM". |
RGB color used to draw the title bar, the names of the days of the week, the week numbers (if WEEK_NUMBER is set to "*TRUE") and the backgrounds of the day numbers in selected dates.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants | |
_CAL_COL_SYSTEM |
"system" color. |
_CAL_COL_BLACK |
"black" color. |
_CAL_COL_BLUE |
"blue" color. |
_CAL_COL_CYAN |
"cyan" color. |
_CAL_COL_GREEN |
"green" color. |
_CAL_COL_MAGENTA |
"magenta" color. |
_CAL_COL_RED |
"red" color. |
_CAL_COL_WHITE |
"white" color. |
_CAL_COL_YELLOW |
"yellow" color. |
_CAL_COL_DARKBLUE |
"dark blue" color. |
_CAL_COL_DARKCYAN |
"dark cyan" color. |
_CAL_COL_DARKGREEN |
"dark green" color. |
_CAL_COL_PURPLE |
"purple" color. |
_CAL_COL_DARKRED |
"dark red" color. |
_CAL_COL_DARKYELLOW |
"dark yellow" color. |
_CAL_COL_GREY |
"grey" color. |
_CAL_COL_DARKGREY |
"dark grey" color. |
Conditions for use |
none. |
Default value |
"_CAL_COL_SYSTEM". |
Specifies the date format for VALUE, END_DATE and DAY_DATE properties.
Adelia type |
NUM_BIN_2. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read. |
Associated constants |
|
_CAL_DMY_FORMAT |
Day Month Year format. |
_CAL_DYM_FORMAT |
Day Year Month format. |
_CAL_MDY_FORMAT |
Month Day Year format. |
_CAL_MYD_FORMAT |
Month Year Day format. |
_CAL_YMD_FORMAT |
Year Month Day format. |
_CAL_YDM_FORMAT |
Year Day Month format. |
Conditions for use |
The value for this property is only valid if the |
|
Adelia type of the object is |
|
NUM_E(6.0) or NUM_E(8.0). |
Default value |
"_CAL_DMY_FORMAT". |
Value of the day date.
Adelia type |
defined in layout design mode. |
Accessibility |
|
Layout design mode |
No. |
Execution mode |
Read / Write. |
Associated constants |
None |
Conditions for use |
None. |
Default value |
date that the object was created. |
Defines whether the day date is surrounded with a red circle.
Adelia type |
BOOL. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
None |
Conditions for use |
None. |
Default value |
"*FALSE". |
Defines how the text describing the current date is displayed. This text will appear at the bottom of the object's display area.
Adelia type |
BOOL. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
none. |
Default value |
"FALSE". |
Warning: The DAY_DATE_TEXT property will systematically be set to "*TRUE" if the system file COMCTL32.DLL is an earlier version than V4.72 (this version is supplied for example with Internet Explorer 4.0).
RGB color in which the day numbers are drawn:
the horizontal line separating the day numbers from the names of the days of the week,
the vertical line separating the day numbers from the week numbers (if WEEK_NUMBER is set to "*TRUE"),
and the text describing the current date.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants | |
_CAL_COL_SYSTEM |
"system" color. |
_CAL_COL_BLACK |
"black" color. |
_CAL_COL_BLUE |
"blue" color. |
_CAL_COL_CYAN |
"cyan" color. |
_CAL_COL_GREEN |
"green" color. |
_CAL_COL_MAGENTA |
"magenta" color. |
_CAL_COL_RED |
"red" color. |
_CAL_COL_WHITE |
"white" color. |
_CAL_COL_YELLOW |
"yellow" color. |
_CAL_COL_DARKBLUE |
"dark blue" color. |
_CAL_COL_DARKCYAN |
"dark cyan" color. |
_CAL_COL_DARKGREEN |
"dark green" color. |
_CAL_COL_PURPLE |
"purple" color. |
_CAL_COL_DARKRED |
"dark red" color. |
_CAL_COL_DARKYELLOW |
"dark yellow" color. |
_CAL_COL_GREY |
"grey" color. |
_CAL_COL_DARKGREY |
"dark grey" color. |
Conditions for use |
none. |
Default value |
"_CAL_COL_SYSTEM". |
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". |
Value of the highest of the dates selected by the user.
Adelia type |
defined in layout design mode. |
Accessibility |
|
Layout design mode |
No. |
Execution mode |
Read / Write. |
Associated constants |
None |
Conditions for use |
The EXTENDED_SELECTION property must be set to "*TRUE". |
Default value |
date that the object was created. |
Defines how dates are selected in the object:
if the EXTENDED_SELECTION property is set to "*FALSE", the user will only be able to select a single date at a time (by clicking on the number of the appropriate day),
if the property is set to "*TRUE", the user will be able to select several consecutive dates at once (using the "drag and drop" technique).
Adelia type
BOOL.
Accessibility
Layout design mode
Read / Write.
Execution mode
Read.
Associated constants
none.
Conditions for use
none.
Default value
"*FALSE".
Specifies the name of the first day in the week.
Adelia type |
NUM_BIN_2. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
|
_CAL_MONDAY |
Monday. |
_CAL_TUESDAY |
Tuesday. |
_CAL_WEDNESDAY |
Wednesday. |
_CAL_THURSDAY |
Thursday. |
_CAL_FRIDAY |
Friday. |
_CAL_SATURDAY |
Saturday. |
_CAL_SUNDAY |
Sunday. |
Conditions for use |
None. |
Default value |
"_CAL_MONDAY". |
Character font used to display the object 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 |
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. According to this value, the object displays one or more months vertically.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
none. |
Default value |
"200". |
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 |
|
_CAL_ADJUST_EXPAND_WIDTH |
The control is expanded width-wise. |
_CAL_ADJUST_ALIGNED_LEFT |
The control keeps its left side alignment. |
_CAL_ADJUST_ALIGNED_RIGHT |
The control keeps its right side alignment. |
_CAL_ADJUST_ALIGNED_CENTER |
The control keeps its center alignment. |
_CAL_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 |
_CAL_ADJUST_EXPAND_WIDTH. |
Note: This property is not implemented in Java and Mobile generation.
Value of the highest date that can be displayed and selected by the object.
Adelia type
DATE.
Accessibility
Layout design mode
Read / Write.
Execution mode
Read / Write.
Associated constants
None
Conditions for use
None.
Default value
"31/12/9999".
Maximum number of days that can be selected by the user using "drag and drop".
Adelia type
NUM_BIN_2.
Accessibility
Layout design mode
Read / Write.
Execution mode
Read / Write.
Associated constants
none.
Conditions for use
The EXTENDED_SELECTION property must be set to "*TRUE".
Default value
"7".
Value of the smallest date that can be displayed and selected by the object.
Adelia type |
DATE. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
None |
Conditions for use |
None. |
Default value |
"01/01/1753". |
Color in which the background of the display fields of the month(s) is displayed.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants | |
_CAL_COL_SYSTEM |
"system" color. |
_CAL_COL_BLACK |
"black" color. |
_CAL_COL_BLUE |
"blue" color. |
_CAL_COL_CYAN |
"cyan" color. |
_CAL_COL_GREEN |
"green" color. |
_CAL_COL_MAGENTA |
"magenta" color. |
_CAL_COL_RED |
"red" color. |
_CAL_COL_WHITE |
"white" color. |
_CAL_COL_YELLOW |
"yellow" color. |
_CAL_COL_DARKBLUE |
"dark blue" color. |
_CAL_COL_DARKCYAN |
"dark cyan" color. |
_CAL_COL_DARKGREEN |
"dark green" color. |
_CAL_COL_PURPLE |
"purple" color. |
_CAL_COL_DARKRED |
"dark red" color. |
_CAL_COL_DARKYELLOW |
"dark yellow" color. |
_CAL_COL_GREY |
"grey" color. |
_CAL_COL_DARKGREY |
"dark grey" color. |
Conditions for use |
none. |
Default value |
"_CAL_COL_SYSTEM". |
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. |
Step value used to calculate the month following or preceding the month shown, when the user changes month (by clicking on the two month-change buttons).
Adelia type |
NUM_BIN_2. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
none. |
Default value |
"1". |
Specifies the display of a border with static outlines (3D effect used to show objects initially not 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 in which the day numbers which are not part of the month(s) displayed by the object are drawn:
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants | |
_CAL_COL_SYSTEM |
"system" color. |
_CAL_COL_BLACK |
"black" color. |
_CAL_COL_BLUE |
"blue" color. |
_CAL_COL_CYAN |
"cyan" color. |
_CAL_COL_GREEN |
"green" color. |
_CAL_COL_MAGENTA |
"magenta" color. |
_CAL_COL_RED |
"red" color. |
_CAL_COL_WHITE |
"white" color. |
_CAL_COL_YELLOW |
"yellow" color. |
_CAL_COL_DARKBLUE |
"dark blue" color. |
_CAL_COL_DARKCYAN |
"dark cyan" color. |
_CAL_COL_DARKGREEN |
"dark green" color. |
_CAL_COL_PURPLE |
"purple" color. |
_CAL_COL_DARKRED |
"dark red" color. |
_CAL_COL_DARKYELLOW |
"dark yellow" color. |
_CAL_COL_GREY |
"grey" color. |
_CAL_COL_DARKGREY |
"dark grey" color. |
Conditions for use |
none. |
Default value |
"_CAL_COL_SYSTEM". |
RGB color used to draw the title and the day numbers of the dates selected.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants | |
_CAL_COL_SYSTEM |
"system" color. |
_CAL_COL_BLACK |
"black" color. |
_CAL_COL_BLUE |
"blue" color. |
_CAL_COL_CYAN |
"cyan" color. |
_CAL_COL_GREEN |
"green" color. |
_CAL_COL_MAGENTA |
"magenta" color. |
_CAL_COL_RED |
"red" color. |
_CAL_COL_WHITE |
"white" color. |
_CAL_COL_YELLOW |
"yellow" color. |
_CAL_COL_DARKBLUE |
"dark blue" color. |
_CAL_COL_DARKCYAN |
"dark cyan" color. |
_CAL_COL_DARKGREEN |
"dark green" color. |
_CAL_COL_PURPLE |
"purple" color. |
_CAL_COL_DARKRED |
"dark red" color. |
_CAL_COL_DARKYELLOW |
"dark yellow" color. |
_CAL_COL_GREY |
"grey" color. |
_CAL_COL_DARKGREY |
"dark grey" color. |
Conditions for use |
none. |
Default value |
"_CAL_COL_SYSTEM". |
Value of the date selected by the user.
Adelia type |
defined in layout design mode. |
Accessibility |
|
Layout design mode |
No. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
if the value of the EXTENDED_SELECTION property is set to "*FALSE", the VALUE property will take the value of the date selected.if the EXTENDED_SELECTION property is set to "*TRUE", the VALUE property will take the value of the lowest of the selected dates. |
Default value |
date that the object was created. |
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 |
|
_CAL_ADJUST_EXPAND_HEIGHT |
The control is extended height-wise. |
_CAL_ADJUST_ALIGNED_TOP |
The control keeps its top side alignment. |
_CAL_ADJUST_ALIGNED_BOTTOM |
The control keeps its bottom side alignment. |
_CAL_ADJUST_ALIGNED_CENTER |
The control keeps its center alignment. |
_CAL_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 |
_CAL_ADJUST_EXPAND_HEIGHT. |
Note: This property is not implemented in Java and Mobile generation.
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". |
Defines how the week numbers displayed by the object are shown onscreen. These numbers will appear to the left of the object's "month" display area.
Adelia type |
BOOL. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
none. |
Default value |
"*FALSE". |
Width value of the object. According to this value, the object will display one or more month(s) horizontally.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
none. |
Default value |
"270". |
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. |