JVCL Help:TSortMarker

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

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies the possible values for a sort arrow in a TJvDBGrid.

run\JvDBGrid.pas


Pascal

 run\JvDBGrid.pas
 TSortMarker = (
smNone,
smDown,
smUp
);


Members

Members Description
smNone Do not display a sort marker.
smDown Arrow pointing down.
smUp Arrow pointing up.

run\JvDBGrid.pas


Description

TSortMarker is used to specify what kind of sort arrow to display in a TJvDBGrid column.

run\JvDBGrid.pas


About

Navigation

no pages or subcategories

run\JvDBGrid.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