[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: comctrls.pp line 3189
public constructor TTreeNodesEnumerator.Create( |
ANodes: TTreeNodes |
); |
ANodes |
|
Container with the tree nodes visited in the enumerator. |
Create is the constructor for the class instance, and calls the inherited method on entry. Create stores the value in ANodes in the TTreeNodes member. Creates set the default value for the internal position counter used in the class instance.
|
Implements a container for TTreeNode instances. |
Version 4.0 | Generated 2025-05-03 | Home |