home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'AHMTIllegalAbort.pas' rev: 3.00
-
- #ifndef AHMTIllegalAbortHPP
- #define AHMTIllegalAbortHPP
- #include <AHMSystem.hpp>
- #include <AHMTStoreData.hpp>
- #include <Classes.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Ahmtillegalabort
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TAHMIllegalAbort;
- class PASCALIMPLEMENTATION TAHMIllegalAbort : public Ahmsystem::TAHMSystemsComponent
- {
- typedef Ahmsystem::TAHMSystemsComponent inherited;
-
- private:
- Ahmtstoredata::TAHMDataStore* FParamStore;
- Classes::TNotifyEvent FIllegalAbort;
-
- public:
- __fastcall virtual TAHMIllegalAbort(Classes::TComponent* AOwner);
- __fastcall virtual ~TAHMIllegalAbort(void);
- virtual void __fastcall Loaded(void);
-
- __published:
- __property Ahmtstoredata::TAHMDataStore* ParamStore = {read=FParamStore, write=FParamStore};
- __property Classes::TNotifyEvent OnIllegalAbort = {read=FIllegalAbort, write=FIllegalAbort};
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Ahmtillegalabort */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Ahmtillegalabort;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // AHMTIllegalAbort
-