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