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