| [Overview][Resource strings][Constants][Types][Classes][Index] | 
Adds a resource without updating the internal tree
Source position: resource.pp line 292
| protected procedure TAbstractResourceReader.AddNoTree( | 
| aResources: TResources; | 
| aResource: TAbstractResource | 
| ); | 
| aResources | 
 | The TResources object to be notified | 
| aResource | 
 | The resource that has been added to the tree | 
This protected method is used by descendents of TAbstractResourceReader after they add new resources to the internal resource tree used by a TResources object. Calling this method notifies the TResources object about the newly-added resource.
| 
 | Gets the internal resource tree of a TResources object | |
| 
 | The root node in a resource tree |