IsTopicVisible

bool IsTopicVisible(Int32 inQuesIdx, Int32 inTopicIdx)

Description

Relevant mainly for Questions that have topics included. Returns true if the topic inTopicIdx in question inQuesIdx is visible, otherwise returns false
 

Parameters

The following is a list of parameters the functions receives 

Parameter Type Description
inQuesIdx Int32 Question Index
inTopicIdx Int32 Index of the Topic

Return Type

bool

Examples

IsTopicVisible(Qref(5), 3) will return true if topic 3 of question 5 is visible.
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.