| Property Reference > Quick Reference for All Properties > Sort Property |
C1QueryFrame.Item.Sort = value
Notes
Read/Write at run time. Unavailable at design time. Property applies to QueryItem object.
Values
|
Constant Value and Name |
Meaning |
|
0 – c1qSortNone |
No sort |
|
1 – c1qSortAscending |
Ascending sort order |
|
2 – c1qSortDescending |
Descending sort order |
Description
This property is only applicable to result field items. It returns/sets the sort defined for the result field.
See Also
Accessing and Modifying Query Items