Copies propertied from the current object to another object instance.
Parameters |
Description |
ADest |
Storage for properties from the current object. |
AssignTo is an overridden procedure used to assign property values in the current object instance to the persistent object indicated in ADest.
When ADest is derived from TIdReplyPOP3, the following properties are copied from the current object instance to ADest:
Code |
EnhancedCode |
Text |
If ADest is not derived from TIdReplyPOP3, the inherited AssignTo method is called.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |