Vcl.DBGrids.TCustomDBGrid.CreateColumns

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  CreateColumns: TDBGridColumns; dynamic;

C++

DYNAMIC TDBGridColumns* __fastcall CreateColumns();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TCustomDBGrid

Description

Creates the TDBGridColumns object that stores the column descriptors for the grid.

Applications cannot call CreateColumns. It is exposed as a protected method so that component writers can substitute a descendant of TDBGridColumns to manage the column descriptors of a data-aware grid.

See Also