| Parameter | Description |
|---|---|
| iItem (Optional) | The item number (0 if omitted) |
Property Integer Form_Style
| Read Access: | Get Form_Style [iItem] to IntegerVariable |
| Write Access: | Set Form_Style [iItem] to IntegerVariable/Value |
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.