JVCL Help:TJvSortType
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvSortType type
Search in JVCL Help
Search in all projectsSummary
Enumerates comparison methods that can be used to sort a string grid.
Pascal
run\JvStringGrid.pas
TJvSortType = (
stNone,
stAutomatic,
stClassic,
stCaseSensitive,
stNumeric,
stDate,
stCurrency
);
Members
Members | Description |
stNone | No comparison. |
stAutomatic | If both strings represent an integer, floating-point value or a date, then the two strings are compared as integer, floating-point value or data, respectively. Otherwise the two strings are compared as string. |
stClassic | The strings in the sort column are sorted without case-sensitivity. |
stCaseSensitive | The strings in the sort column are sorted with case-sensitivity. |
stNumeric | Every string in the sort column, that is included in the sort,must represent a floating-point value. |
stDate | Every string in the sort column, that is included in the sort, must specify a date. |
stCurrency | Every string in the sort column, that is included in the sort must represent a currency value. |
Description
Use the TJvSortType to specify a specific comparison method to sort a string grid.
About
no pages or subcategories
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page