| [Overview][Resource strings][Constants][Types][Classes][Index] | 
Assigns the contents of another TResourceDesc object to this one
Source position: resource.pp line 118
| public procedure TResourceDesc.Assign( | 
| aResourceDesc: TResourceDesc | 
| ); | 
| aResourceDesc | 
 | The object from which data must be copied | 
If changing values is not permitted because owner resource doesn't allow it (e.g. because owner resource is a TBitmapResource and values other than RT_BITMAP are not permitted for the resource type) an EResourceDescChangeNotAllowedException exception is raised.