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

TSnapshot

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

Declaration

Source position: debugger.pp line 1732

type TSnapshot = class(TRefCountedObject)

protected

  procedure LoadDataFromXMLConfig();

  

  procedure SaveDataToXMLConfig();

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  property TimeStamp: TDateTime; [r]

  

  property Location: TDBGLocationRec; [rw]

  

  property LocationAsText: string; [r]

  

  procedure AddToSnapshots;

  

  procedure AddToHistory;

  

  procedure RemoveFromSnapshots;

  

  procedure RemoveFromHistory;

  

  function IsCurrent;

  

  function IsHistory;

  

  function IsSnapshot;

  

end;

Inheritance

TSnapshot

  

|

TObject



CT Web help

CodeTyphon Studio