IsTopicHeader

bool IsTopicHeader(int inQuesIdx, int inTopicIdx)

Description

This function returns ‘true’ if the topic was set as header and false otherwise

Parameters

The following is a list of parameters the functions receives 

Parameter Type Description
inQuesIdx Int The question index to check
inTopicIdx Int The topic index


Return Type

bool

Example

To check if Topic 3 is Header in question index 2

IsTopicHeader(QRef(2), 3)

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.