Unit 'DbgIntfDebuggerBase' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#bs_debuggerintf]

TDBGField

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

Declaration

Source position: dbgintfdebuggerbase.pp line 494

type TDBGField = class(TObject)

protected

  FName: string;

  

  FFlags: TDBGFieldFlags;

  

  FLocation: TDBGFieldLocation;

  

  FDBGType: TDBGType;

  

  FClassName: string;

  

  procedure IncRefCount;

  

  procedure DecRefCount;

  

  property RefCount: Integer; [r]

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  property Name: string; [rw]

  

  property DBGType: TDBGType; [r]

  

  property Location: TDBGFieldLocation; [r]

  

  property Flags: TDBGFieldFlags; [r]

  

  property ClassName: string; [rw]

  

end;

Inheritance

TDBGField

  

|

TObject



CT Web help

CodeTyphon Studio