|
|
|
|
|
- Overview
- Properties in the windows
- Properties of the Image controls in the windows
- Properties in the pages
- Properties of Image controls in pages (server code)
- Properties of Image controls in pages (browser code)
- Properties of Image controls in PHP pages
- Properties in reports
The "Image" controls include properties that can be handled in WLanguage both in the windows and pages but also in the reports. Properties in the windows The following properties can be used with Image controls:
| | Anchor | The Anchor property sets the anchors of a control in a window, page or report. | AnchorRateBottom | The AnchorRateBottom property is used to:- Find out the anchor rate when a control moves on the vertical axis.
- Modify the anchor rate when a control moves on the vertical axis.
| AnchorRateHeight | The AnchorRateHeight property is used to:- Find out the vertical anchor rate of a control.
- Modify the vertical anchor rate of a control.
| AnchorRateRight | The AnchorRateRight property is used to:- Find out the anchor rate when a control moves on the horizontal axis.
- Modify the anchor rate when a control moves on the horizontal axis.
| AnchorRateWidth | The AnchorRateWidth property is used to:- Find out the anchor rate when a control (or a table column) stretches on the horizontal axis.
- Modify the anchor rate when a control (or a table column) stretches on the horizontal axis.
| BackgroundColor | The BackgroundColor property is used to set the background color of a control, window, page or block of a report. | BlurLevel | The BlurLevel property gets and sets the percentage of blur applied to a control in a report. | Border | The Border property gets and sets the characteristics of the borders: - for a report control or block.
- for a window control.
- for a cell of the Table control.
| DisplayedItem | The DisplayedItem property is used to:- Find out the item or the variable displayed by the control.
- Modify the item or the variable displayed by the control.
| Empty | The Empty property is used to determine if:- a Looper, Table, List Box or Combo Box control is empty. The field can be a file or memory field.
- a Chart control contains no series.
- a report control is empty (control linked to an item).
- an array (or an associative array) contains no element.
- an element of an associative array exists or not.
- a queue, a list or a stack contains no element.
| Group | The Group property is used to: - find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls.
- associate a control with a group of controls.
| Height | The Height property gets and sets the height:- of a control or block in a report.
- of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control.
- of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not.
- of a break cell in a Table or Looper control.
| HeightInPixel | The HeightInPixel property is used to get the height in pixels of a control in a report. | Hidden | The Hidden is used to: - Determine if a control in a report is hidden.
- Redact or blur a control in a report.
| Image | The Image property gets and sets the background image of a control or block. | InitialHeight | The InitialHeight property is used to:- Find out the creation height of a control or window.
- Modify the base height used to anchor the controls "in height".
- Find out the creation height of a block or control in a report.
| InitialWidth | The InitialWidth property is used to:- Find out the initial width of a control or window.
- Modify base width used for anchoring "width" fields.
- Find out the initial width of a report control.
| Name | The Name property is used to get:- 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.
| Note | The Note property 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.
| NoteTitle | The NoteTitle property is used to:- Get the title of the notes used in the technical documentation of a control, window, page or report.
- Change the title of the notes used in the technical documentation of a control, window, page or report.
| Plane | The Plane property is used to:- Know:
- the active plane of a window (or report) or the plane to which a control belongs.
- the active plane of a WEBDEV element.
- Edit:
- the active plane of a window (or report) or associate a control with another plane.
- the active plane of a WEBDEV element.
| Process | The Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc. | State | The State property gets and sets the state of an element. | Value | The Value property 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.
| Visible | The Visible property is used to:- Find out whether an element is visible.
- Make an element visible or invisible.
| Width | The Width property gets and changes the width:- of a control or block in a report.
- of a control (found in a window), window, column found in a table or column found in a list box (including listview).
- of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not.
| WidthInPixel | The WidthInPixel property is used to get the width in pixels of a control in a report. | X | The X property is used to:- Get the X-coordinate of a control, Table control column or window (position on the X-axis).
- Get the X-coordinate of a control or window (position on the X-axis).
| XInitial | The XInitial property is used to:- Get the X-coordinate:
- of a control (position on the X-axis) when opening the window or the page.
- of a window (position on X-axis) when opening the window.
- Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window.
- Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report.
| Y | The Y property is used to:- Find out the Y-coordinate of a control or window (position on Y-axis).
- Modify the Y-coordinate of a control or window.
| YInitial | The YInitial property is used to:- Find out the Y-coordinate:
- of a control (position on Y-axis) when opening the window or the page.
- of a window (position on Y-axis) when opening the window.
- Modify the Y-coordinate of a control anchored "to bottom" (position on the vertical axis) when opening the window.
- Find out the Y-coordinate of a control in relation to its block (position in millimeters on the vertical axis) when opening the report.
| ZOrder | The ZOrder property defines the Z-order of an element. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|