HEADINGUNDERLINE

 

 

Purpose

.HeadingUnderline enables you to underline 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.HeadingUnderline = Value

Retrieving:     Variable = ObjectReference.HeadingUnderline
 

Operation

ObjectReference is the Tag Name of the object
Value
is the setting for the underline property (TRUE or 1 = underline, FALSE or 0 = normal)
Variable
is a numeric variable

Remarks

 

Example

To set the .HeadingUnderline property for the heading text in a combo box with a Tag Name of CustomerName with a line underneath it:

CustomerName.HeadingUnderline = TRUE

To retrieve the .HeadingUnderline property value from a combo box with a Tag Name of CustomerName:

#CUSTOMERNAME = CustomerName.HeadingUnderline

 

 

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

 

Comment on this topic

Topic ID: 510154