|
|
|
|
|
WinInYPos (Function) In french: FenIntPosY Returns the vertical position of the upper-left corner of the client area of a window in relation to the upper-left corner of the screen.
ResVPos = WinInYPos(WIN_EditCustomer)
Syntax
<Result> = WinInYPos([<Window>])
<Result>: Integer Vertical position or Y-coordinate (in pixels) of the upper-left corner of the internal area of the window in relation to the upper-left corner of the screen.
<Window>: Optional window name Name or alias of the window to be used. If this parameter is not specified or corresponds to an empty string (""), the vertical position of the client area of the current window is returned.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|