WINWIDTH Property
PLBCMP GUI Only
The WINWIDTH property identifies the width of a WINDOW object including both the client and the non-client areas. The property uses the following format:
WINWIDTH={value}
Note the following:
WINWIDTH may be used in SETPROP or GETPROP statements of WINDOW objects.
The WIDTH property identifies the width of the client area of a WINDOW object.
If needed, a user can subtract the client WIDTH from the WINWIDTH to determine the non-client width of a WINDOW.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |