Form_Style - DfBaseMenu
Sets the window style for the form region
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Parameters
| Parameter | Type | Description |
|---|---|---|
| iItem | Integer |
Syntax
Property Integer Form_Style
| Access Type | Syntax |
|---|---|
| Read Access: | Get Form_Style to IntegerVariable |
| Write Access: | Set Form_Style to IntegerVariable/Value |
Description
Form_style sets the window style for the form region. This directly sets attributes of the Windows object. StyleMask is the window style or styles. Add specifies whether stylemask is being added or removed. The stylemasks 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. You are bypassing the DataFlex object interface and communicating directly with the Windows object.