Vcl.ComCtrls.TTreeNodesEnumerator.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(ATreeNodes: TTreeNodes);

C++

__fastcall TTreeNodesEnumerator(TTreeNodes* ATreeNodes);

Properties

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

Description

Creates an instance of TTreeNodesEnumerator.

Call Create to instantiate an enumerator for the TTreeNodes container object. Calls to Create are automatically inserted by the compiler when for..in statements are used to iterate over a TTreeNodes class.

See Also