JCL Help:TJclMapParser.SegmentItem@TJclMapAddress@Integer@PJclMapString@PJclMapString
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclMapParser.SegmentItem Method
[+] TJclMapParser Events
[+] TJclMapParser Methods
Search in JCL Help
Search in all projects
Summary
Handler for a segment item (i.e.. a Delphi unit).
Pascal
protected procedure SegmentItem(const Address: TJclMapAddress; Len: Integer; GroupName: PJclMapString; UnitName: PJclMapString); override;
Parameters
Parameters | Description |
const Address: TJclMapAddress | Address of the segment item. |
Len: Integer | Length of the segment item. |
GroupName: PJclMapString | Class name of the segment item (eg. "CODE"). |
UnitName: PJclMapString | Delphi unit name of the segment item (eg. "System"). |
Description
SegmentItem is a handler for a segment item (i.e.. a Delphi unit) in the map file. It gets called by the Parse method when it finds a segment 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