- Position of Tab control
- Position of control in a tab
- Limits
XInitial (Property) In french: XInitial
// Moves the control 10 millimeters to right STC_Title..X = STC_Title..X + 10 // Restores the initial position STC_Title..X = STC_Title..XInitial
Syntax
Finding out the X coordinate of a control or window Hide the details
<Result> = <Element name>..XInitial
<Result>: Integer - X coordinate of specified element:
- If the control belongs to a window: this X coordinate is expressed in pixels. It corresponds, when opening the window, to the horizontal position of top left corner of control in relation to the top left corner of client area of window (which means the window without title bar, menu bar and border).
- If the control belongs to a report: this X coordinate is expressed in millimeters. It corresponds, when opening the report, to the horizontal position of top left corner of control in relation to the top left corner of block.
- If the control belongs to a page: this X coordinate is expressed in pixels. It corresponds, when opening the report, to:
the horizontal 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 X coordinate is given in relation to this container control.  the horizontal position of top left corner of control in relation to the top left corner of the page.
    X coordinate of window (in pixels) when it is opened. Horizontal position of top left corner of window in relation to the top left corner of the screen.
<Element name>: Character string (with or without quotes) 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…
|
|
|