Parameter | Description |
---|---|
iStyleMask | Window style mask |
Property Boolean Window_Style
Read Access: | Get Window_Style iStyleMask to BooleanVariable |
Write Access: | Set Window_Style iStyleMask to BooleanVariable/Value |
Window_Style sets the window style for the Windows object. This directly sets attributes of the Windows object.
StyleMask is the window style or styles. Passing True or False, respectively, determines if the style is being added or removed.
The style masks available are determined and defined and by the Windows API. Knowledge of the Windows API is required to use this message. This is a very low-level interface message. It bypasses the DataFlex object interface and communicates directly with the Windows object.
Set Window_Style CBS_SORT to True // combo form control Get Window_Style CBS_SORT to SortedFlag