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) 'AHMTSystemKeys.pas' rev: 3.00
-
- #ifndef AHMTSystemKeysHPP
- #define AHMTSystemKeysHPP
- #include <AHMSystem.hpp>
- #include <Classes.hpp>
- #include <SysUtils.hpp>
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Ahmtsystemkeys
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TAHMSystemKeys;
- class PASCALIMPLEMENTATION TAHMSystemKeys : public Ahmsystem::TAHMSystemsComponent
- {
- typedef Ahmsystem::TAHMSystemsComponent inherited;
-
- private:
- bool FCapsLock;
- bool FNumLock;
- bool FScrollLock;
- void __fastcall SetCapsLock(bool value);
- void __fastcall SetNumLock(bool value);
- void __fastcall SetScrollLock(bool value);
-
- public:
- __fastcall virtual TAHMSystemKeys(Classes::TComponent* AOwner);
-
- __published:
- __property bool CapsLock = {read=FCapsLock, write=SetCapsLock, stored=false, nodefault};
- __property bool NumLock = {read=FNumLock, write=SetNumLock, stored=false, nodefault};
- __property bool ScrollLock = {read=FScrollLock, write=SetScrollLock, stored=false, nodefault};
- public:
-
- /* TComponent.Destroy */ __fastcall virtual ~TAHMSystemKeys(void) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Ahmtsystemkeys */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Ahmtsystemkeys;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // AHMTSystemKeys
-