[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Gets the current tree node instance for the enumerator.
Source position: comctrls.pp line 3191
public property TTreeNodesEnumerator.Current : TTreeNode |
Use MoveNext to navigate to the first or subsequent TTreeNode instance for the enumerator. Raises an exception if Current is accessed before the MoveNext method is called to retrieve the first value for the enumerator.
Version 4.0 | Generated 2025-05-03 | Home |