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

TCurrentWatches

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

Declaration

Source position: debugger.pp line 836

type TCurrentWatches = class(TIdeWatches)

protected

  function GetItem();

  

  procedure SetItem();

  

  function WatchClass; override;

  

  procedure NotifyAdd(); virtual;

  

  procedure NotifyRemove(); virtual;

  

  procedure DoModified;

  

  procedure Update(); override;

  

  procedure RequestData();

  

  property SnapShot: TIdeWatches; [rw]

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  function Add(); override;

  

  function Find();

  

  procedure LoadFromXMLConfig();

  

  procedure SaveToXMLConfig();

  

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

  

end;

Inheritance

TCurrentWatches

  

|

TIdeWatches

  

|

TObject



CT Web help

CodeTyphon Studio