| [Overview][Resource strings][Constants][Types][Classes][Index] | 
Moves all resources of another TResources object to itself
Source position: resource.pp line 262
| public procedure TResources.MoveFrom( | 
| aResources: TResources | 
| ); | 
| aResources | 
 | The TResources object from which resources must be taken | 
This method takes all resources from object aResources and adds them to this object. aResources object is left empty.
If a resource with the same type, name and language ID already exists, an EResourceDuplicateException exception is raised.
| 
 | Adds a resource |