JVCL Help:TSelectColumn

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

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies how the select column dialog in a TJvDBGrid displays fields.

run\JvDBGrid.pas


Pascal

 run\JvDBGrid.pas
 TSelectColumn = (
scDataBase,
scGrid
);


Members

Members Description
scDataBase Fields are displayed in the same order as in the dataset.
scGrid Fields are displayed in the same order as in the grid.

run\JvDBGrid.pas


Description

TSelectColumn is used to specify the order of the fields in a select column dialog.

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