home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 May / MICD_2000_05.iso / CBuilder5 / INSTALL / DATA1.CAB / Program_Built_Files / Include / Vcl / pagitems.hpp < prev    next >
C/C++ Source or Header  |  2000-02-01  |  2KB  |  66 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1999 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'PagItems.pas' rev: 5.00
  6.  
  7. #ifndef PagItemsHPP
  8. #define PagItemsHPP
  9.  
  10. #pragma delphiheader begin
  11. #pragma option push -w-
  12. #pragma option push -Vx
  13. #include <CompProd.hpp>    // Pascal unit
  14. #include <WebComp.hpp>    // Pascal unit
  15. #include <HTTPApp.hpp>    // Pascal unit
  16. #include <ImgList.hpp>    // Pascal unit
  17. #include <Messages.hpp>    // Pascal unit
  18. #include <Classes.hpp>    // Pascal unit
  19. #include <SysInit.hpp>    // Pascal unit
  20. #include <System.hpp>    // Pascal unit
  21.  
  22. //-- user supplied -----------------------------------------------------------
  23.  
  24. namespace Pagitems
  25. {
  26. //-- type declarations -------------------------------------------------------
  27. class DELPHICLASS TPageItemsProducer;
  28. class PASCALIMPLEMENTATION TPageItemsProducer : public Compprod::TComponentsPageProducer 
  29. {
  30.     typedef Compprod::TComponentsPageProducer inherited;
  31.     
  32. private:
  33.     Webcomp::TWebComponentList* FWebPageItems;
  34.     
  35. protected:
  36.     System::TObject* __fastcall GetComponentList(void);
  37.     System::TObject* __fastcall GetDefaultComponentList(void);
  38.     DYNAMIC void __fastcall GetChildren(Classes::TGetChildProc Proc, Classes::TComponent* Root);
  39.     DYNAMIC void __fastcall SetChildOrder(Classes::TComponent* Component, int Order);
  40.     
  41. public:
  42.     __fastcall virtual TPageItemsProducer(Classes::TComponent* AOwner);
  43.     __fastcall virtual ~TPageItemsProducer(void);
  44.     __property Webcomp::TWebComponentList* WebPageItems = {read=FWebPageItems};
  45. private:
  46.     void *__IGetWebComponentList;    /* Webcomp::IGetWebComponentList */
  47.     
  48. public:
  49.     operator IGetWebComponentList*(void) { return (IGetWebComponentList*)&__IGetWebComponentList; }
  50.     
  51. };
  52.  
  53.  
  54. //-- var, const, procedure ---------------------------------------------------
  55.  
  56. }    /* namespace Pagitems */
  57. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  58. using namespace Pagitems;
  59. #endif
  60. #pragma option pop    // -w-
  61. #pragma option pop    // -Vx
  62.  
  63. #pragma delphiheader end.
  64. //-- end unit ----------------------------------------------------------------
  65. #endif    // PagItems
  66.