The following properties are used to handle a day of a Calendar control found in a window:
| |
BackgroundColor | ..BackgroundColor is used to manage the background color of a control, window, page or report block. |
Versions 09 and laterColor Color | ..Color is used to find out and modify the font color for:- a font variable.
- a text displayed in a Static control or in a calculated control of a report.
- a text displayed in a window control.
- a text displayed in a page control.
|
Versions 09 and laterFont New in version 09Font Font | ..Font is used to:- Find out the identifier of the font used in a control found in a report, in a page or in a window.
- Modify the font used in a control found in a report, in a page or in a window.
|
FontBold | ..FontBold is used to:- Find out whether a text is bold or not.
- Modify the weight of a text.
|
FontCondensed | ..FontCondensed is used to:- Find out whether the characters in a text are condensed or not.
- Condense (or not) the characters in a text.
|
FontExtended | ..FontExtended is used to:- Find out whether the characters in a text are extended or not.
- Extend (or not) the characters displayed in a text.
|
FontItalic | ..FontItalic is used to:- Find out whether the italic attribute is assigned to a text.
- Modify the italic attribute of a text.
|
FontLarge | ..FontLarge is used to:- Find out whether the characters in a text are enlarged or not.
- Enlarge (or not) the characters in a text.
|
FontName | ..FontName is used to:- Find out the font used in a control.
- Modify the font used in a control.
|
FontSize | ..FontSize is used to:- Find out the size of the font used in a control.
- Modify the size of the font used in a control.
|
FontStrikeOut | ..FontStrikeOut is used to:- Find out whether a text is struck out or not.
- Strike out (or not) the text displayed in a control.
|
FontUnderlined | ..FontUnderlined is used to:- Find out whether a text is underlined or not.
- Underline (or not) a text.
|
HorizontalAlignment | ..HorizontalAlignment is used to find out and modify the horizontal alignment of a control. |
Versions 09 and laterName New in version 09Name Name | ..Name is used to find out:- the name of the font associated with a Font variable.
- the name of a control, report or report block.
- the name of a control, group of controls or window.
- the name of a control, group of controls or page.
|
Versions 19 and laterPane New in version 19Pane Pane | ..Pane is used to: - Find out the pane tabs associated with a control.
- Define the pane tabs associated with a control.
|
ToolTip | ..ToolTip is used to find out and modify the text displayed in the tooltip associated with a control found in a window or in a page. |
Versions 09 and laterValue Value | ..Value is used to:- Find out and modify the value of a report control.
- Find out and modify the value of a control or the title of a window.
- Find out the identifier of a stream.
- Find out and modify the value of a control or the title of a page.
|
VerticalAlignment | ..VerticalAlignment is used to find out and modify the vertical alignment of a control. |
WinEditAllowed | ..WinEditAllowed is used to find out and modify the operations allowed on a control when the window switches to the mode "Modification of UI by the end user". |
Remark: Some properties may not be available according to the platform used. See the help page about the property for more details.