Object Inspector is a visual component for managing object properties.
Every Visual Basic or Delphi programmer is familiar with convenient ways of
accessing different object fields or methods with built-in inspectors. Our
component will give you an opportunity to make your programs look more
professional.

Now Object Inspector can show properties and events not only for Delphi
components but for ActiveX controls too. Just set oiShowActiveX option and
Inspector will display properties of OLE control instead of container
if inspected component is TOleContainer or TDCOleControl.

The following keys are available in Object Inspector:

Enter      Apply changes
Esc        Cancels changes
Up         Go to previous property
Down       Go to next property
PageDn
PageUp
Plus       Expand (if current Property is ReadOnly)
Minus      Collapse (if current property is ReadOnly)
Asterisk   Expand current property and all its descendents (if Property is ReadOnly)

Tab        Moves to the next field (if oiTabMoveDown is set in Options)
Enter      Moves to the next field (if oiEnterMoveDown is set in Options)


With Ctrl

Enter      Call property editor method Edit
Plus       Expand
Minus      Collapse
Asterisk   Expand current property and all its descendents

With Alt

Down       Open dropdown list
Up         Close dropdown list
