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

TIdeWatchValue

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

Declaration

Source position: debugger.pp line 535

type TIdeWatchValue = class(TWatchValue,IWatchAbleResultIntf)

protected

  function GetTypeInfo; override;

  

  function GetValue; override;

  

  function GetResultData; override;

  

  function GetValidity; override;

  

  function FindParentValue;

  

  function MaybeCopyResultForChild;

  

  procedure RequestData; virtual;

  

  procedure LoadDataFromXMLConfig();

  

  procedure SaveDataToXMLConfig();

  

public

  constructor Create();

  

  procedure Assign(); override;

  

  property Watch: TIdeWatch; [r]

  

  function ExpressionForChildField();

  

  function ExpressionForChildEntry();

  

  function MaybeCopyResult();

  

  property ChildrenByNameAsField []: TObject; [r]

  

  property ChildrenByNameAsArrayEntry []: TObject; [r]

  

end;

Inheritance

TIdeWatchValue

  

|

TObject,IWatchAbleResultIntf



CT Web help

CodeTyphon Studio