Unit 'resource' Package
[Overview][Resource strings][Constants][Types][Classes][Index] [#fcl-res]

TAbstractResource.NotifyResourcesLoaded

Tells the resource that all resources have been loaded

Declaration

Source position: resource.pp line 164

protected procedure TAbstractResource.NotifyResourcesLoaded; virtual; abstract;

Description

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.


Documentation generated on: Jan 30 2024