How to Use Styles > Working with Style Properties |
Just as a document template in Microsoft Word specifies the overall appearance of individual paragraphs in a document, the named members of the Styles collection provide an overall display template for a TDBGrid or TDBDropDown control. However, to customize the appearance of individual Split or Column objects, you need to modify the appropriate Style object property:
Controls the caption style for an object. |
|
Controls the editor style for an object. |
|
Controls the row style for even-numbered rows. |
|
Controls the style of the columns in the filter bar. |
|
Controls the footing style for an object. |
|
Controls the heading style for an object. |
|
Controls the marquee style when set to Highlight Row. |
|
Controls the inactive heading style for an object. |
|
Controls the row style for odd-numbered rows. |
|
Controls the record selector style for an object. |
|
Controls the selected row and column style for an object. |
|
Controls the normal style for an object. |
Note: Not every property that ends with "Style" returns a Style object. For example, DividerStyle is an enumerated property, and AlternatingRowStyle is a Boolean.
The following grid shows which style properties are supported by the TDBGrid and TDBDropDown controls, and which are supported by the Split and Column objects.