[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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 |
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; |
| |
TObject |