[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: comctrls.pp line 3087
public constructor TTreeNode.Create( |
AnOwner: TTreeNodes |
); virtual; |
AnOwner |
|
Owner of the class instance. |
Create is the constructor for TTreeNode, and calls the inherited Create on entry. Create sets the default values for properties and members in the class instance. The value in SubTreeCount is set to 1. The owner of the class instance is set to the TTreeNodes instance in AnOwner.
Version 4.0 | Generated 2025-05-03 | Home |