home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // ZVCL.hpp - dcc32 generated hdr (DO NOT EDIT) rev: -2
- // From: ZVCL.pas
- //----------------------------------------------------------------------------
- #ifndef ZVCLHPP
- #define ZVCLHPP
- //----------------------------------------------------------------------------
- #ifndef ControlsHPP
- #include <Controls.hpp>
- #endif
-
- #ifndef MenusHPP
- #include <Menus.hpp>
- #endif
-
- #ifndef GridsHPP
- #include <Grids.hpp>
- #endif
-
- #ifndef TabsHPP
- #include <Tabs.hpp>
- #endif
-
- #ifndef ComCtrlsHPP
- #include <ComCtrls.hpp>
- #endif
-
- #ifndef ZsrvHPP
- #include <Zsrv.hpp>
- #endif
-
- #ifndef ClassesHPP
- #include <Classes.hpp>
- #endif
-
- #ifndef TypInfoHPP
- #include <TypInfo.hpp>
- #endif
-
- #ifndef SysUtilsHPP
- #include <SysUtils.hpp>
- #endif
-
- #ifndef OLE2HPP
- #include <OLE2.hpp>
- #endif
-
- #ifndef WindowsHPP
- #include <Windows.hpp>
- #endif
-
- #ifndef SystemHPP
- #include <System.hpp>
- #endif
-
- namespace Zvcl
- {
- //-- type declarations -------------------------------------------------------
- class __declspec(delphiclass) TCustomGridCracker;
- class __declspec(pascalimplementation) TCustomGridCracker : public Grids::TCustomGrid
- {
- typedef TCustomGridCracker ThisClass;
- typedef Grids::TCustomGrid inherited;
-
- public:
- /* !! TCustomGrid.Create */ __fastcall virtual TCustomGridCracker(Classes::TComponent *AOwner) : Grids::TCustomGrid(
- AOwner) { }
- /* !! TCustomGrid.Destroy */ __fastcall virtual ~TCustomGridCracker(void) { }
-
- };
-
- class __declspec(delphiclass) TCustomTabControlCracker;
- class __declspec(pascalimplementation) TCustomTabControlCracker : public Comctrls::TPageControl
- {
- typedef TCustomTabControlCracker ThisClass;
- typedef Comctrls::TPageControl inherited;
-
- public:
- /* !! TPageControl.Create */ __fastcall virtual TCustomTabControlCracker(Classes::TComponent *AOwner
- ) : Comctrls::TPageControl(AOwner) { }
- /* !! TPageControl.Destroy */ __fastcall virtual ~TCustomTabControlCracker(void) { }
-
- };
-
- class __declspec(delphiclass) ITabSetDispatch;
- class __declspec(pascalimplementation) ITabSetDispatch : public Zsrv::IWinControlDispatch
- {
- typedef ITabSetDispatch ThisClass;
- typedef Zsrv::IWinControlDispatch inherited;
-
- private:
- void __fastcall GetFirstIndex(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint
- &SCode);
- void __fastcall GetItemRect(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint
- &SCode);
-
- public:
- virtual void __fastcall DefineCustomProps(void);
- public:
- /* !! ICustomDispatch.Create */ __fastcall virtual ITabSetDispatch(System::TObject *Obj) : Zsrv::IWinControlDispatch(
- Obj) { }
-
- public:
- /* !! IObjectDispatch.Destroy */ __fastcall virtual ~ITabSetDispatch(void) { }
-
- };
-
- class __declspec(delphiclass) ICustomTabControlDispatch;
- class __declspec(pascalimplementation) ICustomTabControlDispatch : public Zsrv::IWinControlDispatch
- {
- typedef ICustomTabControlDispatch ThisClass;
- typedef Zsrv::IWinControlDispatch inherited;
-
- private:
- void __fastcall GetItemRect(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint
- &SCode);
-
- public:
- virtual void __fastcall DefineCustomProps(void);
- public:
- /* !! ICustomDispatch.Create */ __fastcall virtual ICustomTabControlDispatch(System::TObject *Obj) : Zsrv::IWinControlDispatch(
- Obj) { }
-
- public:
- /* !! IObjectDispatch.Destroy */ __fastcall virtual ~ICustomTabControlDispatch(void) { }
-
- };
-
- class __declspec(delphiclass) IPageControlDispatch;
- class __declspec(pascalimplementation) IPageControlDispatch : public ICustomTabControlDispatch
- {
- typedef IPageControlDispatch ThisClass;
- typedef ICustomTabControlDispatch inherited;
-
- private:
- void __fastcall GetTabs(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint &SCode
- );
-
- public:
- virtual void __fastcall DefineCustomProps(void);
- public:
- /* !! ICustomDispatch.Create */ __fastcall virtual IPageControlDispatch(System::TObject *Obj) : Zvcl::ICustomTabControlDispatch(
- Obj) { }
-
- public:
- /* !! IObjectDispatch.Destroy */ __fastcall virtual ~IPageControlDispatch(void) { }
-
- };
-
- class __declspec(delphiclass) ICustomGridDispatch;
- class __declspec(pascalimplementation) ICustomGridDispatch : public Zsrv::IWinControlDispatch
- {
- typedef ICustomGridDispatch ThisClass;
- typedef Zsrv::IWinControlDispatch inherited;
-
- private:
- void __fastcall GetRow(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint &SCode
- );
- void __fastcall GetCol(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint &SCode
- );
- void __fastcall GetFixedRows(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint
- &SCode);
- void __fastcall GetFixedCols(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint
- &SCode);
- void __fastcall GetRowCount(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint
- &SCode);
- void __fastcall GetColCount(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint
- &SCode);
- void __fastcall GetCellRect(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint
- &SCode);
-
- public:
- virtual void __fastcall DefineCustomProps(void);
- public:
- /* !! ICustomDispatch.Create */ __fastcall virtual ICustomGridDispatch(System::TObject *Obj) : Zsrv::IWinControlDispatch(
- Obj) { }
-
- public:
- /* !! IObjectDispatch.Destroy */ __fastcall virtual ~ICustomGridDispatch(void) { }
-
- };
-
- class __declspec(delphiclass) IStringGridDispatch;
- class __declspec(pascalimplementation) IStringGridDispatch : public ICustomGridDispatch
- {
- typedef IStringGridDispatch ThisClass;
- typedef ICustomGridDispatch inherited;
-
- private:
- void __fastcall GetCells(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint &SCode
- );
-
- public:
- virtual void __fastcall DefineCustomProps(void);
- public:
- /* !! ICustomDispatch.Create */ __fastcall virtual IStringGridDispatch(System::TObject *Obj) : Zvcl::ICustomGridDispatch(
- Obj) { }
-
- public:
- /* !! IObjectDispatch.Destroy */ __fastcall virtual ~IStringGridDispatch(void) { }
-
- };
-
- class __declspec(delphiclass) IStringsDispatch;
- class __declspec(pascalimplementation) IStringsDispatch : public Zsrv::ICustomDispatch
- {
- typedef IStringsDispatch ThisClass;
- typedef Zsrv::ICustomDispatch inherited;
-
- private:
- void __fastcall GetStrings(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint &
- SCode);
- void __fastcall GetCount(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint &SCode
- );
- void __fastcall GetObjects(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint &
- SCode);
-
- public:
- virtual void __fastcall DefineCustomProps(void);
- public:
- /* !! ICustomDispatch.Create */ __fastcall virtual IStringsDispatch(System::TObject *Obj) : Zsrv::ICustomDispatch(
- Obj) { }
-
- public:
- /* !! IObjectDispatch.Destroy */ __fastcall virtual ~IStringsDispatch(void) { }
-
- };
-
- class __declspec(delphiclass) ITreeViewDispatch;
- class __declspec(pascalimplementation) ITreeViewDispatch : public Zsrv::ICustomDispatch
- {
- typedef ITreeViewDispatch ThisClass;
- typedef Zsrv::ICustomDispatch inherited;
-
- private:
- void __fastcall GetSelected(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint
- &SCode);
-
- public:
- virtual void __fastcall DefineCustomProps(void);
- public:
- /* !! ICustomDispatch.Create */ __fastcall virtual ITreeViewDispatch(System::TObject *Obj) : Zsrv::ICustomDispatch(
- Obj) { }
-
- public:
- /* !! IObjectDispatch.Destroy */ __fastcall virtual ~ITreeViewDispatch(void) { }
-
- };
-
- class __declspec(delphiclass) ITreeNodesDispatch;
- class __declspec(pascalimplementation) ITreeNodesDispatch : public Zsrv::ICustomDispatch
- {
- typedef ITreeNodesDispatch ThisClass;
- typedef Zsrv::ICustomDispatch inherited;
-
- private:
- void __fastcall GetItem(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint &SCode
- );
- void __fastcall GetCount(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint &SCode
- );
-
- public:
- virtual void __fastcall DefineCustomProps(void);
- public:
- /* !! ICustomDispatch.Create */ __fastcall virtual ITreeNodesDispatch(System::TObject *Obj) : Zsrv::ICustomDispatch(
- Obj) { }
-
- public:
- /* !! IObjectDispatch.Destroy */ __fastcall virtual ~ITreeNodesDispatch(void) { }
-
- };
-
- class __declspec(delphiclass) ITreeNodeDispatch;
- class __declspec(pascalimplementation) ITreeNodeDispatch : public Zsrv::ICustomDispatch
- {
- typedef ITreeNodeDispatch ThisClass;
- typedef Zsrv::ICustomDispatch inherited;
-
- private:
- void __fastcall GetItem(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint &SCode
- );
- void __fastcall GetCount(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint &SCode
- );
- void __fastcall GetText(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint &SCode
- );
- void __fastcall GetSelectedIndex(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint
- &SCode);
- void __fastcall GetSelected(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint
- &SCode);
- void __fastcall GetExpanded(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint
- &SCode);
- void __fastcall GetHasChildren(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint
- &SCode);
- void __fastcall GetIsVisible(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint
- &SCode);
- void __fastcall GetIndex(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint &SCode
- );
- void __fastcall GetFocused(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint &
- SCode);
- void __fastcall GetLevel(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint &SCode
- );
-
- public:
- virtual void __fastcall DefineCustomProps(void);
- public:
- /* !! ICustomDispatch.Create */ __fastcall virtual ITreeNodeDispatch(System::TObject *Obj) : Zsrv::ICustomDispatch(
- Obj) { }
-
- public:
- /* !! IObjectDispatch.Destroy */ __fastcall virtual ~ITreeNodeDispatch(void) { }
-
- };
-
- class __declspec(delphiclass) IListItemDispatch;
- class __declspec(pascalimplementation) IListItemDispatch : public Zsrv::ICustomDispatch
- {
- typedef IListItemDispatch ThisClass;
- typedef Zsrv::ICustomDispatch inherited;
-
- private:
- void __fastcall GetSubItems(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint
- &SCode);
- void __fastcall GetCaption(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint &
- SCode);
- void __fastcall GetIndex(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint &SCode
- );
- void __fastcall GetSelected(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint
- &SCode);
- void __fastcall GetLeft(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint &SCode
- );
- void __fastcall GetTop(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint &SCode
- );
-
- public:
- virtual void __fastcall DefineCustomProps(void);
- public:
- /* !! ICustomDispatch.Create */ __fastcall virtual IListItemDispatch(System::TObject *Obj) : Zsrv::ICustomDispatch(
- Obj) { }
-
- public:
- /* !! IObjectDispatch.Destroy */ __fastcall virtual ~IListItemDispatch(void) { }
-
- };
-
- class __declspec(delphiclass) IListItemsDispatch;
- class __declspec(pascalimplementation) IListItemsDispatch : public Zsrv::ICustomDispatch
- {
- typedef IListItemsDispatch ThisClass;
- typedef Zsrv::ICustomDispatch inherited;
-
- private:
- void __fastcall GetItem(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint &SCode
- );
- void __fastcall GetCount(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint &SCode
- );
-
- public:
- virtual void __fastcall DefineCustomProps(void);
- public:
- /* !! ICustomDispatch.Create */ __fastcall virtual IListItemsDispatch(System::TObject *Obj) : Zsrv::ICustomDispatch(
- Obj) { }
-
- public:
- /* !! IObjectDispatch.Destroy */ __fastcall virtual ~IListItemsDispatch(void) { }
-
- };
-
- class __declspec(delphiclass) ICollectionDispatch;
- class __declspec(pascalimplementation) ICollectionDispatch : public Zsrv::ICustomDispatch
- {
- typedef ICollectionDispatch ThisClass;
- typedef Zsrv::ICustomDispatch inherited;
-
- private:
- void __fastcall GetCount(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint &SCode
- );
-
- public:
- virtual void __fastcall DefineCustomProps(void);
- public:
- /* !! ICustomDispatch.Create */ __fastcall virtual ICollectionDispatch(System::TObject *Obj) : Zsrv::ICustomDispatch(
- Obj) { }
-
- public:
- /* !! IObjectDispatch.Destroy */ __fastcall virtual ~ICollectionDispatch(void) { }
-
- };
-
- class __declspec(delphiclass) IHeaderSectionDispatch;
- class __declspec(pascalimplementation) IHeaderSectionDispatch : public ICollectionDispatch
- {
- typedef IHeaderSectionDispatch ThisClass;
- typedef ICollectionDispatch inherited;
-
- private:
- void __fastcall GetAlignment(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint
- &SCode);
- void __fastcall GetAllowClick(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint
- &SCode);
- void __fastcall GetMaxWidth(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint
- &SCode);
- void __fastcall GetMinWidth(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint
- &SCode);
- void __fastcall GetStyle(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint &SCode
- );
- void __fastcall GetText(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint &SCode
- );
- void __fastcall GetWidth(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint &SCode
- );
-
- public:
- virtual void __fastcall DefineCustomProps(void);
- public:
- /* !! ICustomDispatch.Create */ __fastcall virtual IHeaderSectionDispatch(System::TObject *Obj) : Zvcl::ICollectionDispatch(
- Obj) { }
-
- public:
- /* !! IObjectDispatch.Destroy */ __fastcall virtual ~IHeaderSectionDispatch(void) { }
-
- };
-
- class __declspec(delphiclass) IHeaderSectionsDispatch;
- class __declspec(pascalimplementation) IHeaderSectionsDispatch : public ICollectionDispatch
- {
- typedef IHeaderSectionsDispatch ThisClass;
- typedef ICollectionDispatch inherited;
-
- private:
- void __fastcall GetItems(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint &SCode
- );
-
- public:
- virtual void __fastcall DefineCustomProps(void);
- public:
- /* !! ICustomDispatch.Create */ __fastcall virtual IHeaderSectionsDispatch(System::TObject *Obj) : Zvcl::ICollectionDispatch(
- Obj) { }
-
- public:
- /* !! IObjectDispatch.Destroy */ __fastcall virtual ~IHeaderSectionsDispatch(void) { }
-
- };
-
- class __declspec(delphiclass) IStatusPanelDispatch;
- class __declspec(pascalimplementation) IStatusPanelDispatch : public ICollectionDispatch
- {
- typedef IStatusPanelDispatch ThisClass;
- typedef ICollectionDispatch inherited;
-
- private:
- void __fastcall GetAlignment(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint
- &SCode);
- void __fastcall GetStyle(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint &SCode
- );
- void __fastcall GetText(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint &SCode
- );
- void __fastcall GetWidth(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint &SCode
- );
-
- public:
- virtual void __fastcall DefineCustomProps(void);
- public:
- /* !! ICustomDispatch.Create */ __fastcall virtual IStatusPanelDispatch(System::TObject *Obj) : Zvcl::ICollectionDispatch(
- Obj) { }
-
- public:
- /* !! IObjectDispatch.Destroy */ __fastcall virtual ~IStatusPanelDispatch(void) { }
-
- };
-
- class __declspec(delphiclass) IStatusPanelsDispatch;
- class __declspec(pascalimplementation) IStatusPanelsDispatch : public ICollectionDispatch
- {
- typedef IStatusPanelsDispatch ThisClass;
- typedef ICollectionDispatch inherited;
-
- private:
- void __fastcall GetItems(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint &SCode
- );
-
- public:
- virtual void __fastcall DefineCustomProps(void);
- public:
- /* !! ICustomDispatch.Create */ __fastcall virtual IStatusPanelsDispatch(System::TObject *Obj) : Zvcl::ICollectionDispatch(
- Obj) { }
-
- public:
- /* !! IObjectDispatch.Destroy */ __fastcall virtual ~IStatusPanelsDispatch(void) { }
-
- };
-
- class __declspec(delphiclass) IMenuDispatch;
- class __declspec(pascalimplementation) IMenuDispatch : public Zsrv::IComponentDispatch
- {
- typedef IMenuDispatch ThisClass;
- typedef Zsrv::IComponentDispatch inherited;
-
- private:
- void __fastcall GetHandle(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint &SCode
- );
-
- public:
- virtual void __fastcall DefineCustomProps(void);
- public:
- /* !! ICustomDispatch.Create */ __fastcall virtual IMenuDispatch(System::TObject *Obj) : Zsrv::IComponentDispatch(
- Obj) { }
-
- public:
- /* !! IObjectDispatch.Destroy */ __fastcall virtual ~IMenuDispatch(void) { }
-
- };
-
- class __declspec(delphiclass) IMenuItemDispatch;
- class __declspec(pascalimplementation) IMenuItemDispatch : public Zsrv::IComponentDispatch
- {
- typedef IMenuItemDispatch ThisClass;
- typedef Zsrv::IComponentDispatch inherited;
-
- private:
- void __fastcall GetHandle(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint &SCode
- );
- void __fastcall GetMenuItemIndex(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint
- &SCode);
- void __fastcall GetCount(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint &SCode
- );
- void __fastcall GetItems(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint &SCode
- );
- void __fastcall GetCommand(Ole2::TDispParams &Params, System::PVariant VarResult, System::Longint &
- SCode);
-
- public:
- virtual void __fastcall DefineCustomProps(void);
- public:
- /* !! ICustomDispatch.Create */ __fastcall virtual IMenuItemDispatch(System::TObject *Obj) : Zsrv::IComponentDispatch(
- Obj) { }
-
- public:
- /* !! IObjectDispatch.Destroy */ __fastcall virtual ~IMenuItemDispatch(void) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Zvcl */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Zvcl;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // ZVCL
-