Unit 'wasm.debuginspector.rtti' Package
[Overview][Types][Classes][Procedures and functions][Index] [#wasm-oi]

TWasmDebugInspector

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

Declaration

Source position: wasm.debuginspector.rtti.pas line 42

type TWasmDebugInspector = class(TComponent)

protected

  procedure SetLastError(); virtual;

  procedure GetLastError(); virtual;

  function FindObject(); virtual;

  function GetObjectID(); virtual;

  function SendObjectProperties();

  function SendObjectTree();

  function GetObjectPropertyValue(); virtual;

  function SendObjectProperty(); virtual;

  function GetObjectChildren(); virtual;

  function GetObjectCaption(); virtual;

  function DoSendObjectTree(); virtual;

public

  _InstanceClass: TWasmDebugInspectorClass;

  property Instance: TWasmDebugInspector; [r]

  destructor done;

  class constructor init;

  constructor Create(); override;

  destructor destroy; override;

  function ClearObjectTree;

  function ClearObjectInspector;

  class function VisibilitiesToString();

  property OnGetObjectCaption: TObjectCaptionEvent; [rw]

  property InspectorID: TInspectorID; [r]

  property OnGetObjectChildren: TObjectChildrenEvent; [rw]

end;

Inheritance

TWasmDebugInspector

|

TObject


Documentation generated on: 2025-07-25