[Overview][Types][Procedures and functions][Index] |
Record type used to store a pointer to a code address and its additional information.
Source position: laztracer.pas line 22
type TLineInfoCacheItem = record |
||
Addr: Pointer; |
|
Pointer to the address for a source code symbol. |
Info: string; |
|
Contains additional information about the code address and its origin. |
end; |
|
Pointer to a TLineInfoCacheItem type. |
|
|
Gets information about the specified code address. |
Version 4.0 | Generated 2025-05-03 | Home |