- Position of Tab control
- Position of control in a Tab control
- Limits
YInitial (Property) In french: YInitial
// Moves the control 10 millimeters to bottom LIB_Libellé_Titre.Y = LIB_Libellé_Titre.Y + 10 // Restores the initial position LIB_Libellé_Titre.Y = LIB_Libellé_Titre.YInitial
Syntax
Finding out the Y coordinate of a control or window Hide the details
<Result> = <Element used>.YInitial
<Result>: Integer - Y coordinate of specified control
- in a window, this Y coordinate is expressed in pixels. When the window is opened, this coordinate corresponds to the vertical position of the upper-left corner of the control, relative to the upper-left corner of the window's client area (i.e. the window without title bar, menu bar or borders).
- in a report, this Y coordinate is expressed in millimeters. This Y coordinate corresponds, when opening the report, to the vertical position of top left corner of control in relation to the top left corner of the block to which the control belongs.
- in a page, this Y coordinate is expressed in pixels. It corresponds, when opening the page, to:
the vertical position of top left corner of control in relation to the top left corner of the page. If the control belongs to a container control (HTML cell, looper, ...), the Y coordinate is given in relation to this container control.  the vertical position of top left corner of control in relation to the top left corner of the page.
- Y-coordinate of specified window (in pixels) when it is opened. Vertical position of top left corner of window in relation to the top left corner of the screen.
<Element used>: Control name or window name Name of element (control or window) to use. For a control associated with a tab, use the following notation:
<Tab name>.<Control name>
This page is also available for…
|
|
|