RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOutlineNode.IsVisible Property

Indicates whether the outline node is visible in the outline.

Pascal
property IsVisible: Boolean;
C++
__property Boolean IsVisible;

Read IsVisible to determine whether the node is part of the current image of the outline. A node is visible if it is on level 1 or if all its parents are expanded.

Note: Do not confuse IsVisible with the Visible property of TControl objects. Outline nodes are not controls, but merely helper objects that describe nodes for an outline control. IsVisible indicates whether a node is visible because its parents are expanded or collapsed. It does not provide information about whether the node has been scrolled out of view, or even if the outline is not visible.
 

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