Vcl.ComCtrls.TTreeNodesEnumerator.GetCurrent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCurrent: TTreeNode;

C++

TTreeNode* __fastcall GetCurrent();

Properties

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

Description

Returns the current TTreeNode instance.

Use GetCurrent to retrieve the current TTreeNode instance in the TTreeNodes being enumerated. The Current property has the same effect as GetCurrent.

See Also