Class TInspector (unit RegInsp)

Inherits from

TComponent

Constructors


constructor create(AOwner: TComponent);



Functions

destructor destroy;

, self

Procedure Hide;


Procedure InsertComp(C, Parent : TComponent);


Procedure Loaded;

sDllPath := 'c:\inspect';

Procedure SelectComp(C : TComponent);


Procedure Show;


Properties

property AutoStart : Boolean


property BeforeShow : tShowEvent

Public declarations

property DllPath : ShortString


property HotKey : tShortCut


property IconSize : Integer


Events

event OnFilterObject : TFilterobjectEvent


event OnFilterProperty : TFilterPropertyEvent


Variables

MainParent : TObject;

Protected declarations

eBeforeShow : tShowEvent;


eFilterObject : TFilterobjectEvent;


eFilterProperty : TFilterPropertyEvent;


fAutoStart : Boolean;


f_Inspector : tf_inspector;

Private declarations

hkHotKey : TShortCut;


iIconSize : integer;


sDllPath : ShortString;



Constructors


constructor create(AOwner: TComponent);


Functions


destructor destroy;

, self


Procedure Hide;


Procedure InsertComp(C, Parent : TComponent);


Procedure Loaded;

sDllPath := 'c:\inspect';


Procedure SelectComp(C : TComponent);


Procedure Show;


Properties


property AutoStart : Boolean


property BeforeShow : tShowEvent

Public declarations


property DllPath : ShortString


property HotKey : tShortCut


property IconSize : Integer


Events


event OnFilterObject : TFilterobjectEvent


event OnFilterProperty : TFilterPropertyEvent


Variables


MainParent : TObject;

Protected declarations


eBeforeShow : tShowEvent;


eFilterObject : TFilterobjectEvent;


eFilterProperty : TFilterPropertyEvent;


fAutoStart : Boolean;


f_Inspector : tf_inspector;

Private declarations


hkHotKey : TShortCut;


iIconSize : integer;


sDllPath : ShortString;