| [Overview][Constants][Types][Classes][Procedures and functions][Variables] | 
Instantiate a new instance.
Source position: objects.pp line 502
| constructor TResourceFile.Init( | 
| AStream: PStream | 
| ); | 
Init instantiates a new instance of a TResourceFile object. If AStream is not nil then it is considered as a stream describing an executable image on disk.
Init will try to position the stream on the start of the resources section, and read all resources from the stream.
None.
| 
 | Destroy the instance and remove it from memory. |