IUserAccessiableSortTopics Method (Int32, Boolean) |
The function sorts the topic by lexicographical order from Z-A
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax void SortTopics(
int inQuesIdx,
bool inDesc
)
Parameters
- inQuesIdx
- Type: SystemInt32
Question index - inDesc
- Type: SystemBoolean
"True" or "False"
Examples
For question 3 and with several topics and "true" the following code will sort the topics by a lexicographical order from Z-A.
SortTopics(QRef(3), true);
See Also