HEADINGBOLD

 

 

Purpose

.HeadingBold enables you to specify that the text in a column heading is emboldened. 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.HeadingBold = Value

Retrieving:     Variable = ObjectReference.HeadingBold
 

Operation

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

Variable is a numeric variable
 
 

Remarks

 

Example

To set the .HeadingBold property for a column header in a combo box with a Tag Name of CustomerNumber:

#TRUE = 1
CustomerNumber.HeadingBold = #TRUE


To retrieve the value of the .HeadingBold property from a combo box with Tag Name of CustomerNumber:

#CUSTOMERNUMBER_BOLD = CustomerNumber.HeadingBold

 

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

 

Comment on this topic

Topic ID: 510148