JVCL Help:TJvCustomValidateEdit.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 instance to this object.


Pascal

 procedureAssign(Source: TPersistent); override;


Parameters

Parameters Description
Source: TPersistent The object to copy from.


Description

Use Assign to copy the properties of another TJvCustomValidateEdit (or descendant) to this object. The properties copied are CriticalPoints, DisplayFormat, DecimalPlaces, MinValue, MaxValue, HasMinValue, HasMaxValue and ZeroEmpty.
If Source is not derived from TJvCustomValidateEdit, Assign calls inherited Assign.


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