JCL Help:TJclPeDebugList.Create@TJclPeImage

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Instantiates a TJclPeImageBaseList class.


Pascal

 public constructor Create(AImage: TJclPeImage);


Parameters

Parameters Description
AImage: TJclPeImage Reference to a TJclPeImage instance for which the class is created. The reference will be available for later use through the Image property.


Description

Creates an instance of the TJclPeImageBaseList class and stores the reference to AImage in the Image property for later use. The constructor calls the inherited constructor specifying True for the AOwnsObjects parameter and as such the list will own any objects stored in it. See TObjectList in the Delphi VCL help for more information. Note that the TJclPeImageBaseList does not assume ownership of the specified TJclPeImage instance. It merely stored a reference to it and as such it remains the responsibility of the caller to free that instance eventually.


See Also

TJclPeImage


About

Donator

Petr Vones


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page