| Class TInspector (unit RegInsp) |
TComponent
| Constructors |
constructor create(AOwner: TComponent);| Functions |
destructor destroy;
Procedure Hide;
Procedure InsertComp(C, Parent : TComponent);
Procedure Loaded;
Procedure SelectComp(C : TComponent);
Procedure Show;| Properties |
property AutoStart : Boolean
property BeforeShow : tShowEvent
property DllPath : ShortString
property HotKey : tShortCut
property IconSize : Integer| Events |
event OnFilterObject : TFilterobjectEvent
event OnFilterProperty : TFilterPropertyEvent| Variables |
MainParent : TObject;
eBeforeShow : tShowEvent;
eFilterObject : TFilterobjectEvent;
eFilterProperty : TFilterPropertyEvent;
fAutoStart : Boolean;
f_Inspector : tf_inspector;
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 : tShowEventPublic 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;