[Overview][Types][Classes][Procedures and functions][Variables][Index] |
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.0 | Generated 2025-05-03 | Home |