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

TIDELineInfo

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

Declaration

Source position: debugger.pp line 1174

type TIDELineInfo = class(TBaseLineInfo)

protected

  function GetSource(); override;

  

  procedure NotifyChange();

  

public

  constructor Create;

  

  destructor Destroy; override;

  

  procedure AddNotification();

  

  procedure RemoveNotification();

  

  function Count; override;

  

  function HasAddress(); override;

  

  function GetInfo(); override;

  

  function IndexOf(); override;

  

  procedure Request(); override;

  

  procedure Cancel(); override;

  

  property Master: TDBGLineInfo; [rw]

  

end;

Inheritance

TIDELineInfo

  

|

TObject



CT Web help

CodeTyphon Studio