Internet Direct (Indy)
Home
PreviousUpNext
TIdDOSAttributes.Assign Method
Pascal
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.

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.