Vcl.DBGrids
Package | vcldb280.bpl |
---|
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. |
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
cm_DeferLayout | cm_DeferLayout: Integer = $464; |
ColumnTitleValues | ColumnTitleValues: Set = [cvTitleColor..cvTitleFont]; |
IndicatorWidth | IndicatorWidth: Integer = $B; |