JCL Help:TJclBinDebugGenerator.Create

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Creates an instance of TJclBinDebugGenerator.


Pascal

 public constructor Create(const MapFileName: TFileName; Module: HMODULE); override;


Parameters

Parameters Description
const MapFileName: TFileName Name of the map-file to associate with the parser.


Description

The Create method instantiates a binary debug generator object. After calling the inherited Create from TJclMapScanner, the CreateData method will be called to convert the text-based map file to a binary version.


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