Unit 'Debugger' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#bs_debuggeride]

TIDEBreakPoints

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: debugger.pp line 382

type TIDEBreakPoints = class(TBaseBreakPoints)

protected

  procedure NotifyAdd(); virtual;

  

  procedure NotifyRemove(); virtual;

  

  procedure Update(); override;

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  function Add();

  

  function Find();

  

  procedure AddNotification();

  

  procedure RemoveNotification();

  

  procedure LoadFromXMLConfig(); virtual;

  

  procedure SaveToXMLConfig(); virtual;

  

  property Master: TDBGBreakPoints; [rw]

  

  property Items []: TIDEBreakPoint; default; [rw]

  

end;

Inheritance

TIDEBreakPoints

  

|

TObject



CT Web help

CodeTyphon Studio