home *** CD-ROM | disk | FTP | other *** search
- #ifndef myautoH
- #define myautoH
-
- #include <OleAuto.hpp>
-
- class TMyAuto : public TAutoObject{
- private:
- String FMyProp;
- String __fastcall GetMyProp();
- void __fastcall SetMyProp(String S);
- public:
- __fastcall TMyAuto();
-
- __automated:
- void __fastcall ShowDialog();
- __property String MyProp = {read=GetMyProp, write=SetMyProp};
- };
- #endif
-