[Overview][Resource strings][Constants][Types][Classes][Index] |
Tells the resource that all resources have been loaded
Source position: resource.pp line 156
protected procedure TAbstractResource.NotifyResourcesLoaded; virtual; abstract; |
This method is called by a TResources object when the loading of all resources from a stream has completed.
Example:
A Group resource (e.g. TGroupIconResource) can use this method to find all its sub-resources, since all resources have been loaded from a stream.