How to view the
entire class hierarchy?
Date: Tue, 01 Jun 1999 19:16:27 -0700
(copied and edited from a message posted on borland.public.cppbuilder.ide)
One thing you can do is change the inclusion of headers
to use double-quotes (the default for ClassExplorer
parsing). e.g. change a default VCL application from...
#include <vcl.h>
to....
#include "Classes.hpp"
#include "Controls.hpp"
#include "StdCtrls.hpp"
#include "Forms.hpp"
...and then you will see more in the hierarchy.
Popular C++ topics at The Database Managers:
The Database Managers has been providing custom programming services
in since 1985. The types of projects they have worked on ranges from automated
inventory control systems to intelligent systems that detect fraud in
insurance claims.
Email them at
to inquire about support for your project.
|
|