HEADINGITALIC

 

 

Purpose

.HeadingItalic enables you to italicise the text used in a column heading. This property can be applied to the column headers used in certain objects and can be specified on a per column basis.

(Open Client only)

Syntax

Setting:          ObjectReference.HeadingItalic = Value

Retrieving:     Variable = ObjectReference.HeadingItalic
 

Operation

ObjectReference is the Tag Name of the object
Value
is the setting for the italic property (TRUE or 1 = italic, FALSE or 0 = not italic)

Variable
is a numeric scratch variable
 

Remarks

Valid for all Field objects except ActiveX controls

Example

To set the .HeadingItalic property for a column header in a combo box with a Tag Name of CustomerName to italic:

CustomerName.HeadingItalic = TRUE  


To retrieve the value of the Italic property from a combo box that with a Tag Name of CustomerName:

#CUSTOMERNAME = CustomerName.HeadingItalic

 

 

Note: This property applies only to PROIV Open Client and not to the PROIV MFC Client.

 

Comment on this topic

Topic ID: 510151