Vcl.DBGrids.TColumn.Showing
Delphi
property Showing: Boolean read GetShowing;
C++
__property bool Showing = {read=GetShowing, nodefault};
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| property | public | Vcl.DbGrids.pas Vcl.DBGrids.hpp |
Vcl.DBGrids | TColumn |
Description
Indique si la colonne s'affiche.
Showing renvoie true si Visible vaut true et Expanded vaut false, et si le champ représenté est l'enfant d'un champ objet (à condition que la colonne parent soit développée).