Form_Extended_Style - DfBaseList

Sets the extended-window style of 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_Extended_Style

Read Access: Get Form_Extended_Style [iItem] to IntegerVariable
Write Access: Set Form_Extended_Style [iItem] to IntegerVariable/Value


Description

Form_extended_style sets the extended-window style of form region. This directly sets attributes of the Windows object. StyleMask is the extended-window style or styles. OnOff determines if the style is being added or removed. The style masks available are determined and defined 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.