AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Propiedades WLanguage / Propiedades de reportes y controles asociados
  • Height
  • Limits
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
The HeightInPixel property is used to get the height in pixels of a control in a report.
Remark: The field frame is included in its height. The Height property gets and sets the height of a control in millimeters.
Ejemplo
// Connaître la hauteur du champ "RUB_NomClient"
ResHauteur = RUB_NomClient.HauteurPixel
Sintaxis
<Result> = <Control used>.HeightInPixel
<Result>: Real
Height (in pixels) of the specified control.
<Control used>: Control name
Name of report control to use.
Observaciones

Height

A control must be entirely contained in the block to which it belongs.

Limits

The HeightInPixel property cannot be used on:
  • an entire report,
  • a report block,
  • a group of controls,
  • a Check Box control,
  • an Edit control,
  • an Organizer control,
  • a Scheduler control,
  • a Gantt Chart control,
  • a Signature control.
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 24/09/2024

Señalar un error o enviar una sugerencia | Ayuda local