Copies property values from another structured directory listing entry.
procedure Assign( Source: TIdPersistent ); override;
Parameters |
Description |
Source |
Object with values to assign to the current object instance. |
Assign is an overridden method used to copy property values from the TIdFTPListItem instance in ASource into the current collection item.
Assign ensures that the object instance in ASource is cast to a TIdFTPListItem object instance prior to copying values for the following properties:
Please note that Assign does not call the inherited Assign method.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|