- Position of a tab
- Position of control in a Tab control
- Limits
YInitial (Property) In french: YInitial
// Moves the control 10 millimeters to bottom STC_Caption_Title..Y = STC_Caption_Title..Y + 10 // Restores the initial position STC_Caption_Title..Y = STC_Caption_Title..YInitial
Syntax
Finding out the Y coordinate of a control or window Hide the details
<Result> = <Element name>..YInitial
<Result>: Integer - Y coordinate of specified control
- in a window, this Y coordinate is expressed in pixels. This Y coordinate corresponds, when opening the window, to the vertical 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).
- 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:
- 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 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…
|
|
|