Vcl.ComCtrls.TTreeNode.IsVisible

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsVisible: Boolean read IsNodeVisible;

C++

__property bool IsVisible = {read=IsNodeVisible, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTreeNode

Description

Indicates whether the tree node is currently visible in the tree view image.

A node is visible if it is on level 0 or if all its parents are expanded. IsVisible indicates whether the node is part of the current tree view image. It does not indicate whether or not the node is scrolled into view when the tree view image is larger than the size of the tree view control.

See Also