|
|
|
|
|
- Height in a report
- Initial height (control and window)
- Limitations
Height (Property) In french: Hauteur
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.
You can also get the height of a cell in a Table control. Remarks: - The border of the control or block is included in its height. The HeightInPixel property is used to get the height of a control in pixels.
- The height of a control is defined in the editor, in the control description.
- To make the content of a maximized window scrollable, use the UsefulHeight property.
SAI_NomClient.Hauteur = SAI_NomClient.Hauteur + 15
Syntax
Finding out the height of an element Hide the details
<Result> = <Element used>.Height
<Result>: Real Height of the specified element. This height is expressed in pixels in a window and/or in a page, and in millimeters in a report. <Element used>: Name of control or block. Name of the element (control or block) to use.
Modifying the height of an element Hide the details
<Element used>.Height = <New height>
<Element used>: Name of control or block. Name of the element (control or block) to use. <New height>: Real New height of the specified element. This height is expressed in pixels in a window and/or in a page, and in millimeters in a report.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|