Form_Style - DfBaseList

Sets the window style for the form region

Type: Property

Access: Read/Write

Data Type: Integer

Parameters: Integer iItem

ParameterDescription
iItem (Optional)The item number (0 if omitted)


Syntax
 Property Integer Form_Style

Read Access: Get Form_Style [iItem] to IntegerVariable
Write Access: Set Form_Style [iItem] 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.