JCL Help:TJclAbstractMapParser.Create@TFileName

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Creates an instance of TJclAbstractMapParser.


Pascal

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


Parameters

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


Description

The Create method instantiates a map-parser object. Since TJclAbstractMapParser is an abstract base class, you should not Create an instance of TJclAbstractMapParser directly, but rather of a descendant. If the specified file exists, a TJclFileMappingStream will be assigned to the Stream property, referencing the map file.


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