Unit 'googleclouddebugger' Package
[Overview][Types][Classes][Index] [#lz_googleapi]

TStackFrame

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

Declaration

Source position: googleclouddebugger.pp line 582

type TStackFrame = class(TGoogleBaseObject)

protected

  class function ExportPropertyName(); override;

  

  procedure Set_function(); virtual;

  

  procedure Setlocation(); virtual;

  

  procedure Setarguments(); virtual;

  

  procedure Setlocals(); virtual;

  

published

  property _function: string; [rw]

  

  property location: TSourceLocation; [rw]

  

  property arguments: TStackFrameTypeargumentsArray; [rw]

  

  property locals: TStackFrameTypelocalsArray; [rw]

  

end;

Inheritance

TStackFrame

  

|

TGoogleBaseObject

  

|

TObject



CT Web help

CodeTyphon Studio