[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Implements object persistence for the TTreeNode type.
Source position: comctrls.pp line 3132
public procedure TTreeNode.Assign( |
Source: TPersistent |
); override; |
Source |
|
Persistent object with properties copied in the method. |
Assign is an overridden method in TTreeNode used to implement object persistence for the type. Assign ensures that property values in Source are copied to the current class instance when it is derived from TTreeNode. Properties copied from Source include:
The node cache in the TTreeNodes owner is cleared prior to copying values from Source (when assigned).
If Source is not a TTreeNode instance, the inherited method is called to complete the assignment or raise an EConvertError exception if Source is unassigned.
Version 4.0 | Generated 2025-05-03 | Home |