Vcl.ComCtrls.TTreeNodesEnumerator.Current

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Current: TTreeNode read GetCurrent;

C++

__property TTreeNode* Current = {read=GetCurrent};

Properties

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

Description

Retrieves a reference to the current TListItem instance.

Use Current to retrieve the current TListItem instance in the TListItems being enumerated. The GetCurrent method has the same effect as Current.

See Also