Show: Delphi
C++
Display Preferences
Vcl.DBGrids
From XE2 API Documentation
Classes
| TBookmarkList | TBookmarkList is a collection of bookmarks that identify a set of records in a dataset. |
| TColumn | TColumn represents a column in a data grid (TDBGrid). |
| TColumnClass | TColumnClass defines the metaclass for TColumn. |
| TColumnTitle | TColumnTitle represents the title of a data-grid column (TColumn). |
| TCustomDBGrid | TCustomDBGrid is the base class for grid controls that display the records from a dataset in a tabular format. |
| TDBGrid | TDBGrid displays and manipulates records from a dataset in a tabular grid. |
| TDBGridColumns | TDBGridColumns represents a container for TColumn objects. |
| TGridDataLink | TGridDataLink helps manage the link to a data source and maintain the field mapping for a TCustomDBGrid object. |
Types
| TColumnButtonStyle | TColumnButtonStyle indicates whether and how the user can select values for a column from a list. |
| TColumnClass | TColumnClass defines the metaclass for TColumn. |
| TColumnValue | TColumnValue and TColumnValues indicate which properties on the column of a DB grid are persistent. |
| TColumnValues | |
| TDBGridClickEvent | |
| TDBGridColumnsState | TDBGridColumnsState indicates whether the columns in a DB grid dynamically reflect dataset fields. |
| TDBGridOption | TDBGridOption and TDBGridOptions indicate display and behavioral property of a DB grid. |
| TDBGridOptions | TDBGridOption and TDBGridOptions indicate display and behavioral property of a DB grid. |
| TDrawColumnCellEvent | |
| TDrawDataCellEvent |
Constants
| cbsAuto | cbsAuto: TColumnButtonStyle = cbsAuto; |
| cbsEllipsis | cbsEllipsis: TColumnButtonStyle = cbsEllipsis; |
| cbsNone | cbsNone: TColumnButtonStyle = cbsNone; |
| cm_DeferLayout | cm_DeferLayout: Integer = $464; |
| ColumnTitleValues | ColumnTitleValues: Set = [cvTitleColor..cvTitleFont]; |
| csCustomized | csCustomized: TDBGridColumnsState = csCustomized; |
| csDefault | csDefault: TDBGridColumnsState = csDefault; |
| cvAlignment | cvAlignment: TColumnValue = cvAlignment; |
| cvColor | cvColor: TColumnValue = cvColor; |
| cvFont | cvFont: TColumnValue = cvFont; |
| cvImeMode | cvImeMode: TColumnValue = cvImeMode; |
| cvImeName | cvImeName: TColumnValue = cvImeName; |
| cvReadOnly | cvReadOnly: TColumnValue = cvReadOnly; |
| cvTitleAlignment | cvTitleAlignment: TColumnValue = cvTitleAlignment; |
| cvTitleCaption | cvTitleCaption: TColumnValue = cvTitleCaption; |
| cvTitleColor | cvTitleColor: TColumnValue = cvTitleColor; |
| cvTitleFont | cvTitleFont: TColumnValue = cvTitleFont; |
| cvWidth | cvWidth: TColumnValue = cvWidth; |
| dgAlwaysShowEditor | dgAlwaysShowEditor: TDBGridOption = dgAlwaysShowEditor; |
| dgAlwaysShowSelection | dgAlwaysShowSelection: TDBGridOption = dgAlwaysShowSelection; |
| dgCancelOnExit | dgCancelOnExit: TDBGridOption = dgCancelOnExit; |
| dgColLines | dgColLines: TDBGridOption = dgColLines; |
| dgColumnResize | dgColumnResize: TDBGridOption = dgColumnResize; |
| dgConfirmDelete | dgConfirmDelete: TDBGridOption = dgConfirmDelete; |
| dgEditing | dgEditing: TDBGridOption = dgEditing; |
| dgIndicator | dgIndicator: TDBGridOption = dgIndicator; |
| dgMultiSelect | dgMultiSelect: TDBGridOption = dgMultiSelect; |
| dgRowLines | dgRowLines: TDBGridOption = dgRowLines; |
| dgRowSelect | dgRowSelect: TDBGridOption = dgRowSelect; |
| dgTabs | dgTabs: TDBGridOption = dgTabs; |
| dgTitleClick | dgTitleClick: TDBGridOption = dgTitleClick; |
| dgTitleHotTrack | dgTitleHotTrack: TDBGridOption = dgTitleHotTrack; |
| dgTitles | dgTitles: TDBGridOption = dgTitles; |
| IndicatorWidth | IndicatorWidth: Integer = $B; |