| Parameter | Description |
|---|---|
| iItem (Optional) | The item number (0 if omitted) |
Property Integer Form_FontWeight
| Read Access: | Get Form_FontWeight [iItem] to IntegerVariable |
| Write Access: | Set Form_FontWeight [iItem] to IntegerVariable/Value |
Obsolete
Use FontPointHeight.
Form_FontWeight sets the Striking weight of form's font (0-65536) without resizing the control.
If you want the control to resize based on the font, use the font interface (FontWeight). If you want the control to stay the same size, use the form_font interface (Form_FontWeight).