JVCL Help:TJvFullColorList.Assign

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

Search in JVCL Help

 
Search in all projects
 

Summary

Copy from the content of a source list


Pascal

 procedureAssign(Source: TPersistent); override;


Parameters

Parameters Description
Source: TPersistent Source for the copy


Description

This function assign the content of the current instance from the list given as parameter. The source list must be a descendant of TJvFullColorList, if this parameter is not a TJvFullColor list, an exception is raised. The current list is cleared and filled with items from the source list.


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