Vcl.DBGrids.TColumn.Showing

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property  Showing: Boolean read GetShowing;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TColumn

説明

列が表示されているかどうかを示します。

Showing プロパティが true を返すのは,Visible が true で Expanded が false の場合と,親列が拡張されているときに表示されている項目がオブジェクト項目の子である場合です。

関連項目