SetTopicItalic

Void SetTopicItalic(int inQuesIndex, int inTopicIndex, bool inValue)

Description

Set the topic's text to be displayed in Italic formatting, dynamically during the interview

Parameters

The following is a list of parameters the functions receives 

Parameter Type Description
inQuesIndex Int the question index
inTopicIndex Int the index of the topic
inValue bool 'true' to set the Italic formatting, 'false' to reset (disbale) the Italic formatting


Return Type

Void

Example

SetTopicItalic(QRef(10), 2, true) will set answer index 2 in question 10 to be displayed in Italic

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.