Extended_Window_Style - DfBaseWindow
Sets the extended window style for the Windows object
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Parameters
| Parameter | Type | Description |
|---|---|---|
| iStyleMask | integer | The Windows extended style mask |
Syntax
Property Boolean Extended_Window_Style
| Access Type | Syntax |
|---|---|
| Read Access: | Get Extended_Window_Style to BooleanVariable |
| Write Access: | Set Extended_Window_Style to BooleanVariable/Value |
Description
Extended_Window_Style sets the extended window style for the Windows object. This directly sets attributes of the Windows object.
iStyleMask is the extended window style or styles. This property determines if the style is being added (True) or removed (False). The style masks available are determined and defined by the Windows API.
Of Special Note
Knowledge of the Windows API is required to use this message. This is a very low level interface message. You are bypassing the DataFlex object interface and communicating directly with the Windows object.