RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TColumn.Showing Property

Indicates whether the column is showing.

Pascal
property Showing: Boolean;
C++
__property Boolean 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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!