[Overview][Types][Classes][Procedures and functions][Variables][Index] |
A record containing an address/description pair.
Source position: lclproc.pas line 73
type TLineInfoCacheItem = record |
||
Addr: Pointer; |
|
The address to describe. |
Info: string; |
|
The descriptive text. |
end; |
lazarus-ccr.sourceforge.net |