| |
BackgroundColor | ..BackgroundColor is used to manage the background color of a control, window, page or report block. |
BackgroundImage | The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report. |
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 laterImage Image | Image is used to find out and modify the background image displayed in a control or in a block. |
NoteTitle | The Property TitleNote allows to:- Find out the title of the notes used in the program documentation of a control, window, page or report.
- Modify the title of the notes used in the program documentation of a control, window, page or report.
|
Opacity | The Property Opacity allows you to know and define the opacity percentage of a window or of the fields present in a window or a page. |
Versions 19 and laterPane New in version 19Pane Pane | The Property Volet makes it possible to: - Find out the pane tabs associated with a control.
- Define the pane tabs associated with a control.
|
Process | The Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc. |
Versions 09 and laterNote New in version 09Note Note | Note is used to:- Find out the notes associated with a control, a window, a page or a report.
- Modify the notes associated with a control, a window a page or a report.
|
SearchValue | The Property SearchValue allows you to know and modify the value of the Control search in an Action Bar. |
Versions 20 and laterStyle Style | The Property Style allows you to retrieve or affect the complete style of an Control (including overloads). |
Versions 09 and laterValue Value | The Property Value allows 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.
|
Visible | ..Visible is used to:- Find out whether an element is visible.
- Make an element visible or invisible.
|
VisibleWithAnimation | The VisibleWithAnimation property is used to make a control visible or invisible via the "Appear/Disappear" animation. |