Unit 'LCLProc' Package
[Overview][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TDebugLCLItems.MarkCreated

Checked insert of an item.

Declaration

Source position: lclproc.pas line 64

public function TDebugLCLItems.MarkCreated(

  p: Pointer;

  const InfoText: string

):TDebugLCLItemInfo;

Arguments

p

  

The address to add.

InfoText

  

Descriptive text about the item.

Function result

The info object describing the address.

Errors

GDB exception 'RaiseDoubleCreated' when the address is already in use.