AddNewMode
|
Returns the disposition of the grid's AddNew row.
|
AllowAddNew
|
Enables interactive record addition.
|
AllowArrows
|
Enables use of arrow keys for grid navigation.
|
AllowColMove
|
Enables interactive column movement.
|
AllowColSelect
|
Enables interactive column selection.
|
AllowDelete
|
Enables interactive record deletion.
|
AllowRowSelect
|
Enables interactive row selection.
|
AllowRowSizing
|
Enables interactive row resizing.
|
AllowUpdate
|
Enables interactive record updating.
|
AlternatingRowStyle
|
Controls whether even/odd row styles are applied to a grid.
|
AnchorRightColumn
|
Controls horizontal scrolling when the last column is visible.
|
AnimateWindow
|
Controls the object's animation style.
|
AnimateWindowClose
|
Controls the animation effect when the object is closed.
|
AnimateWindowDirection
|
Controls the direction of the animation effect.
|
AnimateWindowTime
|
Controls the duration of the animation effect.
|
Appearance
|
Controls 3-D display of headings, caption, record selectors.
|
ApproxCount
|
Sets/returns the approximate number of rows.
|
Array
|
Specifies an XArrayDB object as the data source.
|
BackColor
|
Sets/returns the background color.
|
Bands
|
Specifies the number of levels within a hierarchical recordset.
|
BatchUpdates
|
Specifies batch update mode.
|
BOF
|
Returns beginning-of-file status.
|
Bookmark
|
Sets/returns bookmark of current row.
|
BookmarkType
|
Sets/returns the variant type used for passing bookmarks.
|
BorderStyle
|
Sets/returns style for grid border.
|
Caption
|
Sets/returns grid caption text.
|
CaptionStyle
|
Controls the caption style for a grid.
|
CellTips
|
Enables pop-up cell tip window when the cursor is idle.
|
CellTipsDelay
|
Sets/returns idle time for cell tip window.
|
CellTipsWidth
|
Sets/returns width of cell tip window.
|
ChildGrid
|
Sets the child grid control when using master/detail.
|
Col
|
Sets/returns current column number.
|
CollapseColor
|
Changes the color of the collapse icon for hierarchical recordsets.
|
ColumnFooters
|
Turns column footings on or off.
|
ColumnHeaders
|
Turns column headings on or off.
|
Columns
|
Contains a collection of True DBGrid columns.
|
CurrentCellModified
|
Sets/returns modification status of the current cell.
|
CurrentCellVisible
|
Sets/returns the visibility of the current cell.
|
DataChanged
|
Sets/returns modification status of the current row.
|
DataMember
|
Sets/returns a data member offered by an OLE DB provider.
|
DataMode
|
Specifies bound or unbound mode.
|
DataSource
|
Specifies source of grid data.
|
DataView
|
Returns or sets how the grid will display master-detail recordsets.
|
DeadAreaBackColor
|
Sets/returns the background color of the control's dead area.
|
DefColWidth
|
Specifies column width for auto-created columns.
|
DestinationCol
|
Returns destination column number during cell movement.
|
DestinationRow
|
Returns destination row bookmark during cell movement.
|
DestinationSplit
|
Returns destination split number during cell movement.
|
DirectionAfterEnter
|
Specifies the position of the next cell after enter.
|
DirectionAfterTab
|
Sets or returns the new cell position when the Tab key is pressed.
|
EditActive
|
Returns status or enters/exits the cell editor.
|
EditBackColor
|
Sets/returns the editor background color.
|
EditDropDown
|
Controls whether a drop-down window is used for editing.
|
EditForeColor
|
Sets/returns the editor foreground color.
|
EditorStyle
|
Controls the editor style for a grid.
|
EmptyRows
|
Enables empty rows in an underpopulated grid.
|
Enabled
|
Enables or disables user interaction.
|
EOF
|
Returns end-of-file status.
|
Errors
|
Contains a collection of TDBGrid error objects.
|
ErrorText
|
Returns the error message associated with the Error event.
|
EvenRowStyle
|
Controls the row style for even-numbered rows.
|
ExpandColor
|
Changes the color of the expand icon for hierarchical recordsets.
|
ExportEOF
|
True if there are no more rows to export.
|
ExportNextBookmark
|
Returns the bookmark after the last exported row.
|
ExposeCellMode
|
Controls behavior of clicked rightmost visible cell.
|
ExtendRightColumn
|
True if rightmost column extends to edge of split.
|
FetchRowStyle
|
Controls whether the FetchRowStyle event will be fired.
|
FilterActive
|
Returns True if you are currently editing within the filter bar.
|
FilterBar
|
When set to True, the grid displays a row of data under the column headers in which the user can type.
|
FilterBarStyle
|
Controls the style of the columns in the filter bar.
|
FirstRow
|
Bookmark of row occupying first display line.
|
Font
|
Specifies the overall font for a grid.
|
FooterBackColor
|
Sets/returns the footing background color.
|
FooterFont
|
Specifies the footing font for a grid.
|
FooterForeColor
|
Sets/returns the footing foreground color.
|
FooterStyle
|
Controls the footing style for a grid.
|
FootLines
|
Number of lines allocated for footing text.
|
ForeColor
|
Sets/returns the foreground color.
|
GroupByCaption
|
Sets/returns the text displayed in the grouping area when no group is defined.
|
GroupColumns
|
Contains a collection of grouped grid column objects.
|
HeadBackColor
|
Sets/returns the heading background color.
|
HeadFont
|
Specifies the heading and caption font for a grid.
|
HeadForeColor
|
Sets/returns the heading foreground color.
|
HeadingStyle
|
Controls the heading style for a grid.
|
HeadLines
|
Number of lines allocated for heading text.
|
HighlightRowStyle
|
Controls the marquee style when set to Highlight Row.
|
HScrollHeight
|
Returns the horizontal scroll bar height, if present.
|
hWnd
|
Returns the window handle of the grid.
|
hWndEditor
|
Returns the window handle of the grid's editor.
|
InactiveBackColor
|
Sets/returns the inactive heading background color.
|
InactiveForeColor
|
Sets/returns the inactive heading foreground color.
|
InactiveStyle
|
Controls the inactive heading style for a grid.
|
InsertMode
|
Sets/returns the insertion mode for the grid's editor.
|
LayoutFileName
|
Sets/returns the name of a file containing grid layouts.
|
LayoutName
|
Sets/returns the name of the current grid layout.
|
Layouts
|
Returns a collection of layout names.
|
LayoutURL
|
Sets/returns the URL used for downloading grid layouts.
|
LeftCol
|
Sets/returns the leftmost visible column.
|
MarqueeStyle
|
Returns current split marquee style, sets all splits.
|
MarqueeUnique
|
Restricts display of marquee to current split.
|
MaxRows
|
Maximum number of rows that can be shown in the control.
|
MouseIcon
|
Sets/returns a custom mouse icon.
|
MousePointer
|
Sets/returns the mouse pointer type.
|
MultipleLines
|
Controls whether individual records span multiple lines.
|
MultiSelect
|
Sets/returns the type of selection allowed in the grid.
|
OddRowStyle
|
Controls the row style for odd-numbered rows.
|
OLEDragMode
|
Controls whether a grid handles OLE drag operations.
|
OLEDropMode
|
Controls whether a grid handles OLE drop operations.
|
PartialRightColumn
|
True if rightmost column can be clipped to edge of split.
|
PictureAddNewRow
|
Sets/returns the record selector bitmap for the AddNew row.
|
PictureCurrentRow
|
Sets/returns the record selector bitmap for the current row.
|
PictureFilterBar
|
Sets/returns the bitmap used in the record selector column.
|
PictureFooterRow
|
Sets/returns the record selector bitmap for the footer row.
|
PictureHeaderRow
|
Sets/returns the record selector bitmap for the header row.
|
PictureModifiedRow
|
Sets/returns the record selector bitmap for modified rows.
|
PictureStandardRow
|
Sets/returns the record selector bitmap for standard rows.
|
PrintInfo
|
Returns the default printer information object.
|
PrintInfos
|
Contains a collection of printer information objects.
|
RecordSelectors
|
Shows/hides selection panel at left border.
|
RecordSelectorStyle
|
Returns the style object that controls the appearance of RecordSelectors.
|
RecordSelectorWidth
|
Sets/returns the width of the RecordSelector.
|
RightToLeft
|
When True, applies right to left text functionality.
|
Row
|
Specifies display line of current data row.
|
RowDividerColor
|
Controls the row divider color.
|
RowDividerStyle
|
Selects style of row divider lines.
|
RowHeight
|
Specifies height of all grid rows.
|
RowSubDividerColor
|
Controls the row subdivider color.
|
ScrollBars
|
Sets/returns scroll bar style for the grid.
|
ScrollTips
|
Determines whether the grid displays a pop-up window.
|
ScrollTrack
|
Scrollbar thumb causes the grid display to update.
|
SelBookmarks
|
Contains a collection of selected row bookmarks.
|
SelectedBackColor
|
Sets/returns the selected row background color.
|
SelectedForeColor
|
Sets/returns the selected row foreground color.
|
SelectedStyle
|
Controls the selected row and column style for a grid.
|
SelEndCol
|
Sets/returns rightmost selected column.
|
SelLength
|
Sets/returns length of selected text.
|
SelRange
|
Returns True if a range of cells is currently selected.
|
SelStart
|
Sets/returns start of selected text.
|
SelStartCol
|
Sets/returns leftmost selected column.
|
SelText
|
Sets/returns the selected text.
|
Split
|
Sets/returns current split number.
|
Splits
|
Contains a collection of True DBGrid splits.
|
SpringMode
|
Sets/returns how columns size when the split is resized.
|
Style
|
Controls the normal style for a grid.
|
Styles
|
Contains a collection of True DBGrid styles.
|
TabAcrossSplits
|
Allows tab and arrow keys to cross split boundaries.
|
TabAction
|
Defines the behavior of the tab key.
|
Text
|
Sets/returns displayed cell text for the current row.
|
TransparentRowPictures
|
True if record selector pictures use a transparent color mask.
|
ViewColumnCaptionWidth
|
Width of the Column caption in Form or Inverted DataView.
|
ViewColumnWidth
|
Width of the Column in Form or Inverted DataView.
|
VisibleCols
|
Returns number of visible columns.
|
VisibleRows
|
Returns number of visible display rows.
|
VScrollWidth
|
Returns the vertical scroll bar width, if present.
|
WrapCellPointer
|
Defines behavior of tab and arrow keys at row boundaries.
|
WrapRowPointer
|
Defines behavior of tab and arrow keys at column boundaries.
|