JVCL Help:TJvArrangeSettings.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 values of another object to this object


Pascal

 procedureAssign(Source: TPersistent); override;


Parameters

Parameters Description
Source: TPersistent The object to copy from. This object must be of type TJvArrangeSettings (or a descendant)


Description

Call Assign to copy the values of another TJvArrangeSettings to the current object. If Source is not a TJvArrangeSettings or descendant, the inherited Assign method is called


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