JVCL Help:TJvImageItems.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 and items of a compatible object into this object.


Pascal

 procedureAssign(Source: TPersistent); override;


Parameters

Parameters Description
Source: TPersistent The object to copy from. This can be a TJvImageItems or descendant or a TStrings or descendant.


Description

Call Assign to copy the properties and Items of another TJvImageItems or descendant object into this object. If Source is a TStrings object, the Items array is cleared and new items are created where the Text of each item is assigned from the TStrings.


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