Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
VCL forward declarations.
namespace Graphics { struct TCanvas; } #include <Graphics.hpp> //No forward declaration possible (TColor is an enum) #include <Graphics.hpp> namespace Extctrls { struct TImage; } #include <ExtCtrls.hpp> namespace Types { struct TRect; } #include <Types.hpp>