Skip to content

Form_FontWeight - DfBaseList

Obsolete Sets the Striking weight of form's font without resizing the control

Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None

Parameters

Parameter Type Description
iItem Integer

Syntax

Property Integer Form_FontWeight
Access Type Syntax
Read Access: Get Form_FontWeight to IntegerVariable
Write Access: Set Form_FontWeight to IntegerVariable/Value

Description

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).