Skip to content

Form_FontItalics - DfBaseList

Obsolete Determines if the current form's font will be italicized without resizing the control

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

Parameters

Parameter Type Description
iItem Integer

Syntax

Property Boolean Form_FontItalics
Access Type Syntax
Read Access: Get Form_FontItalics to BooleanVariable
Write Access: Set Form_FontItalics to BooleanVariable/Value

Description

Obsolete

Use FontPointHeight.

If set to true, the Form_FontItalics property will italicize the current form's font without resizing the control.

Set Form_FontItalics 2 to True

Default is false.

If you want the control to resize based on the font, use the font interface (FontItalics). If you want the control to stay the same size, use the form_font interface (Form_FontItalics).