JCL Help:TJclMapScanner.ClassTableItem@TJclMapAddress@Integer@PJclMapString@PJclMapString

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Handler for a class item.


Pascal

 protected procedure ClassTableItem(const Address: TJclMapAddress; Len: Integer; SectionName: PJclMapString; GroupName: PJclMapString); override;


Parameters

Parameters Description
const Address: TJclMapAddress Address of the class item.
Len: Integer Length of the class item.
SectionName: PJclMapString Section name of the class item (eg. ".text").
GroupName: PJclMapString Class name of the class item (eg. "CODE").


Description

ClassTableItem is a handler for a class item (eg. CODE, DATA or BSS class) in the map file. It get's called by the Parse method when it finds a class table item.


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