|
What is TCommonInspector?
TCommonInspector is an abstract inspector component that allows to inspect any data in the application. TCommonInspector is derived from TCustomInspector - an abstract parent component for all Greatis Software's inspectors. TCustomInspector and TCommonInspector have no any internal data and just inspect the data from the application using their special events those allow user to say inspector all about the inspected data. The inspectors supports the user-defined colors and fonts, owner-drawing and have three ready-to-use styles - standard, tree, and Greatis' style. External editors and drop-down lists are supported too. TCommonInspector allows to inspect the data from the application with several lines of code. TCommonInspector is compatible with Delphi 3, Delphi 4, Delphi 5, Delphi 6, Delphi 7, C++ Builder 3, C++ Builder 4, C++ Builder 5, C++ Builder 6.
|