home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // OCXReg.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
- // From: OCXReg.pas
- //----------------------------------------------------------------------------
- #ifndef OCXRegHPP
- #define OCXRegHPP
- //----------------------------------------------------------------------------
- #include <OleCtrls.hpp>
- #include <DsgnIntf.hpp>
- #include <TypInfo.hpp>
- #include <Dialogs.hpp>
- #include <Forms.hpp>
- #include <Controls.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <SysUtils.hpp>
- #include <OleCtl.hpp>
- #include <OLE2.hpp>
- #include <System.hpp>
- #pragma warn -par
- #pragma warn -hid
- #pragma warn -inl
-
- namespace Ocxreg
- {
- //-- type declarations -------------------------------------------------------
- class __declspec(delphiclass) TOleObjectEditor;
- class __declspec(pascalimplementation) TOleObjectEditor : public System::TObject
- {
- typedef System::TObject inherited;
-
- private:
- Dsgnintf::TPropertyEditor* FPropertyEditor;
-
- public:
- __fastcall virtual TOleObjectEditor(Dsgnintf::TPropertyEditor* PropertyEditor);
- virtual System::Variant __fastcall Edit(const System::Variant &OleObject);
- __property Dsgnintf::TPropertyEditor* PropertyEditor = {read=FPropertyEditor, nodefault};
- public:
- /* TObject.Destroy */ __fastcall virtual ~TOleObjectEditor(void) { }
-
- };
-
- typedef System::TMetaClass*TOleObjectEditorClass;
-
- //-- var, const, procedure ---------------------------------------------------
- extern void __fastcall RegisterOleObjectEditor(const GUID &IID, const System::AnsiString ClassName,
- System::TMetaClass* EditorClass);
- extern void __fastcall Register(void);
-
- } /* namespace Ocxreg */
-
- #pragma warn .par
- #pragma warn .hid
- #pragma warn .inl
-
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Ocxreg;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // OCXReg
-