Vcl.ComCtrls.TTreeNode.GetNextVisible

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetNextVisible: TTreeNode;

C++

TTreeNode* __fastcall GetNextVisible();

Properties

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

Description

Returns the next visible node in the tree view after the calling node.

Use GetNextVisible when iterating through all the visible nodes in the tree view. A node is visible if all its parent nodes are expanded.

See Also