|
|
|
|
|
- Difference between the result of WinOutHeight and the resolution
WinOutHeight (Function) In french: FenExtHaut Returns the outer height of a window. Note: The WinOutHeight function is equivalent to the Height property (<Window>.Height).
ResHeight = WinOutHeight(WIN_EditCustomer)
Syntax
<Result> = WinOutHeight([<Window>])
<Result>: Integer Window height (in pixels). <Window>: Optional window name Name or alias of the window to be used. If this parameter is not specified or is an empty string (""), the height of the current window is returned.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|