Design Time Interaction > TDBGrid Property Pages |
The TDBGrid control supports the following property pages. With the exception of the Values page, all of them use the property tree model described earlier in this chapter.
General |
This page contains all grid properties and displays the full object model. It is a superset of the Columns and Splits pages, as it provides access to grid properties in addition to those of the Columns and Splits collections. |
Columns |
This page contains the properties of the grid's Column objects. It provides a shortcut to the contents of the Columns property node on the General page. Only column properties that are global to all splits appear on this page. |
Splits |
This page contains the properties of the grid's Split objects. It provides a shortcut to the contents of the Splits property node on the General page. This page also provides access to split-specific properties of Column objects. |
Style Factory |
This page enables you to create and modify named styles that can be applied to the various style properties of the grid and its constituent objects. |
Print Info |
This page manages a collection of PrintInfo objects, which encapsulate page setup and print job settings. |
Values |
This page defines alternate text or graphics for underlying data values, as well as special data presentation and user interaction settings, such as built-in combo boxes and radio buttons. |