Vcl.DBGrids.TColumnTitle.Column

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Column: TColumn read FColumn;

C++

__property TColumn* Column = {read=FColumn};

Properties

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

Description

Specifies the TColumn object that is associated with the column title.

Use Column to determine the column associated with the column title.

See Also