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

TDebuggerUnitInfo

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

Declaration

Source position: debugger.pp line 71

type TDebuggerUnitInfo = class(TRefCountedObject)

public

  constructor Create();

  

  function DebugText;

  

  function IsEqual();

  

  procedure LoadDataFromXMLConfig(); virtual;

  

  procedure SaveDataToXMLConfig(); virtual;

  

  property FileName: string; [r]

  

  property SrcLine: Integer; [rw]

  

  property DbgFullName: string; [r]

  

  property LocationType: TDebuggerLocationType; [rw]

  

  property LocationOwnerName: string; [r]

  

  property LocationName: string; [r]

  

  property LocationFullFile: string; [rw]

  

  property Flags: TDebuggerLocationFlags; [rw]

  

  property UnitName: string; [r]

  

  property SrcClassName: string; [r]

  

  property FunctionName: string; [r]

  

  property FunctionArgs: string; [r]

  

end;

Inheritance

TDebuggerUnitInfo

  

|

TObject



CT Web help

CodeTyphon Studio