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