Vcl.DBGrids.TDBGridColumns

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TCollectionSystem.Classes.TPersistentSystem.TObjectTDBGridColumns

Delphi

TDBGridColumns = class(TCollection)

C++

class PASCALIMPLEMENTATION TDBGridColumns : public System::Classes::TCollection

Properties

Type Visibility Source Unit Parent
class public
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids Vcl.DBGrids

Description

TDBGridColumns represents a container for TColumn objects.

Each TDBGridColumns holds a collection of TColumn objects in a data grid (TDBGrid). TDBGridColumns maintains an index of the columns in its Items array. The Count property contains the number of columns in the collection. At design time, use the data grid's Columns editor to add, remove, or modify columns.

See Also