JVCL Help:TJvSortType

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Enumerates comparison methods that can be used to sort a string grid.

run\JvStringGrid.pas


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.

run\JvStringGrid.pas


Description

Use the TJvSortType to specify a specific comparison method to sort a string grid.

run\JvStringGrid.pas


About

Navigation

no pages or subcategories

run\JvStringGrid.pas



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