Vcl.ComCtrls.TTreeNodesEnumerator.MoveNext

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function MoveNext: Boolean;

C++

bool __fastcall MoveNext();

Properties

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

Description

Moves the enumerator to the next TTreeNode in the collection.

Use MoveNext to move the TTreeNodesEnumerator to the next TTreeNode in the TTreeNodes being enumerated. The method returns True if a component was found, or False otherwise. MoveNext is normally used in a while-true block.

See Also