[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Instantiate a new instance.
Source position: objects.pp line 503
constructor TResourceFile.Init( |
AStream: PStream |
); |
Initinstantiates a new instance of a TResourceFileobject. If AStreamis not nil then it is considered as a stream describing an executable image on disk.
Initwill 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. |