Returns the full width of a window (including the border).
Remark: The
WinOutWidth function is equivalent to the
Width property (<Window>.Width).
// Width of the "WIN_EditCustomer" window
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 if it corresponds to an empty string (""), the width of the current window is returned.