Copies values from one object to another object.
Parameters |
Description |
Source |
Object containing values to be copied. |
Assign is an overridden procedure that copies the contents of a persistent object to the current object instance. Source is the object instance containing values to be copied.
When Source is an instance of TIdLPRControlFile, the following property values are copied into the current object:
BannerClass |
IndentCount |
JobName |
BannerPage |
UserName |
OutputWidth |
FileFormat |
TroffRomanFont |
TroffItalicFont |
TroffBoldFont |
TroffSpecialFont |
MailWhenPrinted |
When Source is another TPersistent class descendant, Assign calls the inherited method using Source as an argument.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|