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)
Comments
Please sign in to leave a comment.