[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 63
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.
lazarus-ccr.sourceforge.net |