Vcl.DBGrids.TColumn.ParentColumn

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property  ParentColumn: TColumn read GetParentColumn;

C++

__property TColumn* ParentColumn = {read=GetParentColumn};

Properties

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

Description

Refers to the TColumn object that owns the column.

If the column represents a child field, ParentColumn refers to the column of the object field that parents the child field.

See Also