The Basics > Choosing a Column Layout > Customized layouts |
At design time, you can cause True DBGrid to configure to the Data control's Recordset by selecting Retrieve Fields from the grid's context menu. The grid will create a column for each field in the Recordset, using the corresponding field name for each column's caption. You can customize each column using the Columns and Splits property pages. The design-time custom layout can be canceled using the Clear Fields option of the grid's context menu, or by invoking the grid's ClearFields method in code.