Vcl.ComCtrls.TTreeNode.GetNextChild

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetNextChild(Value: TTreeNode): TTreeNode;

C++

TTreeNode* __fastcall GetNextChild(TTreeNode* Value);

Properties

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

Description

Returns the next child node after Value.

Call GetNextChild to locate the next node in the list of immediate children of the tree view node. If the calling node has no children or there is no node after Value, GetNextChild returns nil (Delphi) or NULL (C++).

See Also

Code Examples