Topic Path: Symbol Reference > Classes > TIdDOSAttributes Class > TIdDOSAttributes Methods > Assign Method
ContentsIndexHome
PreviousUpNext
TIdDOSAttributes.Assign Method
procedure Assign(
    Source: TIdPersistent
); override;
Parameters 
Description 
Source 
Contains values to assign to the current object instance. 

Assign is an overridden method in TIdDOSAttributes used to assign property values found in the Source argument to the current object instance. 

When Source is an instance of TIdDOSAttributes, the value of the FileAttributes property in Source is stored in the corresponding property in the current object instance. When Source is any other TIdPersistent class instance, the inherited Assign method is called 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.