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

TRegisterValue

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

Declaration

Source position: dbgintfdebuggerbase.pp line 702

type TRegisterValue = class(TDbgEntityValue)

protected

  procedure DoAssign(); override;

  

  procedure DoDataValidityChanged(); virtual;

  

  procedure DoDisplayFormatChanged(); virtual;

  

  procedure DoValueNotEvaluated; virtual;

  

public

  destructor Destroy; override;

  

  property Name: string; [r]

  

  property Value: string; [rw]

  

  property DisplayFormat: TRegisterDisplayFormat; [rw]

  

  property Modified: Boolean; [rw]

  

  property DataValidity: TDebuggerDataState; [rw]

  

  property ValueObj: TRegisterDisplayValue; [r]

  

  property HasValue: Boolean; [r]

  

  property ValueObjFormat []: TRegisterDisplayValue; [r]

  

  property HasValueFormat []: Boolean; [r]

  

end;

Inheritance

TRegisterValue

  

|

TDbgEntityValue

  

|

TObject



CT Web help

CodeTyphon Studio