Returns information about an item, optionally creating an entry if not found.
Source position: lclproc.pas line 61
public function TDebugLCLItems.FindInfo( |
p: Pointer; |
CreateIfNotExists: Boolean = False |
p |
|
The address of the item to find. |
CreateIfNotExists |
|
True means create an according list entry, if none existed yet. |
The item information, or Nil if none was found or created.
| Version 4.6 | Generated 2026-02-20 | Home |