Void SetTopicUnderline(int inQuesIndex, int inTopicIndex, bool inValue)
Description
Set the topic's text to be displayed with an Underline 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 (disable) the Italic formatting |
Return Type
Void
Example
SetTopicUnderline(QRef(10), 2, true) will set topic index 2 in question 10 to be displayed with an Underline
Comments
Please sign in to leave a comment.