JVCL Help:TJvPageIndexNode.Assign

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Copies the properties of another node.


Pascal

 procedureAssign(Source: TPersistent); override;


Parameters

Parameters Description
Source: TPersistent The object to copy.


Description

It the Source parameter is a TJvPageIndexNode object, Assign copies its properties to this node. Otherwise, Assign calls the inherited method so that any object that copies properties to a TJvPageIndexNode in its AssignTo method can do so.


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page