|
Object Inspector
Runtime Inspector Components
for Delphi 3,4,5,6,7,2005,2006,2007,2009,2010,XE,XE2 (32/64 bit) and C++ Builder 5,6
version 1.591, September 5, 2011
Object Inspector is a component suite containing inspectors that allow you to change anything in your application at runtime.
Object Inspector suite includes:
-
TPropertyInterface
component for easy access to any property or event of any component at runtime (the best object interface to the RTTI - Borland's RunTime Type Information)
-
TCommonInspector
abstract inspector control for inspecting anything in your application
-
TComponentInspector
customizable full-functional runtime object inspector control
-
TComponentTree
tree view style control for easy selection of components
-
TComponentComboBox
control for easy selection of components
-
TDBInspector
ready-to-use database inspector control
-
TIniInspector
ready-to-use ini-file inspector control
-
TApplicationInspector
ready-to-use inspector control for changing an Applications properties at runtime
-
TSystemColorsInspector
ready-to-use inspector control for changing Window colors
-
Examples
small and clean projects illustrating the features of the inspectors and TPropertyInterface
-
Source codes
full source code of all components and useful internal classes
See the screenshot of the demo project which demonstrates the use of all components included in the Object Inspector Suite:

New in version 1.591
- Compatibility with Delphi XE2 (32/64 bit)
See all Object Inspector features for more detailed information.
|