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) 'AHMTHolders.pas' rev: 3.00
-
- #ifndef AHMTHoldersHPP
- #define AHMTHoldersHPP
- #include <AHMSystem.hpp>
- #include <Classes.hpp>
- #include <Windows.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Ahmtholders
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TAHMStringHolder;
- class PASCALIMPLEMENTATION TAHMStringHolder : public Ahmsystem::TAHMSystemsComponent
- {
- typedef Ahmsystem::TAHMSystemsComponent inherited;
-
- private:
- Classes::TStrings* FItems;
-
- protected:
- void __fastcall SetStrings(Classes::TStrings* sItems);
-
- public:
- __fastcall virtual TAHMStringHolder(Classes::TComponent* AOwner);
- __fastcall virtual ~TAHMStringHolder(void);
-
- __published:
- __property Classes::TStrings* Items = {read=FItems, write=SetStrings};
- };
-
- class DELPHICLASS TAHMJokeHolder;
- class PASCALIMPLEMENTATION TAHMJokeHolder : public Ahmsystem::TAHMSystemsComponent
- {
- typedef Ahmsystem::TAHMSystemsComponent inherited;
-
- private:
- Classes::TStrings* FStrings;
-
- protected:
- void __fastcall SetStrings(Classes::TStrings* sStrings);
-
- public:
- __fastcall virtual TAHMJokeHolder(Classes::TComponent* AOwner);
- __fastcall virtual ~TAHMJokeHolder(void);
-
- __published:
- __property Classes::TStrings* Items = {read=FStrings, write=SetStrings};
- System::AnsiString __fastcall Getany(void);
- System::AnsiString __fastcall Getone(int which);
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Ahmtholders */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Ahmtholders;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // AHMTHolders
-