Vcl.DBGrids.TColumn.Showing

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property  Showing: Boolean read GetShowing;

C++

__property bool Showing = {read=GetShowing, nodefault};

Properties

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

Description

Indicates whether the column is showing.

Showing will return true if Visible is true and Expanded is false, and if the field represented is the child of an object field, if the parent column is expanded.

See Also