RAD Studio VCL Reference
ContentsIndex
TCustomDBGrid Properties Protected Properties
Protected Properties
 
Name 
Description 
 
Describes the display attributes and field bindings of the columns. 
 
Helps the data-aware grid manage its link to the data source and respond to data events. 
 
Indicates whether the cells in the data-aware grid are drawn automatically. 
 
Indicates the index of the first column in the grid that contains data. 
 
Counts the number of times BeginLayout has been called without an EndLayout or CancelLayout call. 
 
Specifies various display and behavioral properties of the data-aware grid. 
 
Determines where a control looks for its color information. 
 
Indicates whether the grid is used for display only, or whether the user can edit data using the grid. 
 
Specifies a set of bookmarks for all the records in the dataset that correspond to rows selected in the grid. 
 
Describes the font used to draw the column titles in the grid. 
 
Counts the number of times BeginUpdate is called without a corresponding call to EndUpdate
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.