diff options
author | danglassey <danglassey> | 2002-08-14 09:57:17 +0000 |
---|---|---|
committer | danglassey <danglassey> | 2002-08-14 09:57:17 +0000 |
commit | c9458897ebbb739d8db83c80e06512d8a612f743 (patch) | |
tree | f8c5381045887e34388cc6b26cfccc254bf766dc /apps/windoze/Delphi20/swordvc/SWLstKey.hpp | |
download | sword-sf-cvs-c9458897ebbb739d8db83c80e06512d8a612f743.tar.gz |
*** empty log message ***
Diffstat (limited to 'apps/windoze/Delphi20/swordvc/SWLstKey.hpp')
-rw-r--r-- | apps/windoze/Delphi20/swordvc/SWLstKey.hpp | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/apps/windoze/Delphi20/swordvc/SWLstKey.hpp b/apps/windoze/Delphi20/swordvc/SWLstKey.hpp new file mode 100644 index 0000000..860d414 --- /dev/null +++ b/apps/windoze/Delphi20/swordvc/SWLstKey.hpp @@ -0,0 +1,42 @@ +//---------------------------------------------------------------------------- +// ListKey.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0 +// From: ListKey.pas +//---------------------------------------------------------------------------- +#ifndef ListKeyHPP +#define ListKeyHPP +//---------------------------------------------------------------------------- +#include <Dialogs.hpp> +#include <Forms.hpp> +#include <Controls.hpp> +#include <Graphics.hpp> +#include <Classes.hpp> +#include <SysUtils.hpp> +#include <Messages.hpp> +#include <Windows.hpp> +#include <SWKey.hpp> +#include <SwordAPI.hpp> +#include <System.hpp> +namespace ListKey +{ +//-- type declarations ------------------------------------------------------- +class __declspec(delphiclass) TListKey; +class __declspec(pascalimplementation) TListKey : public Swkey::TSWKey +{ + typedef Swkey::TSWKey inherited; + +public: + __fastcall virtual TListKey(Classes::TComponent* AOwner); +public: + /* TSWKey.Destroy */ __fastcall virtual ~TListKey(void) { } + +}; + +//-- var, const, procedure --------------------------------------------------- +extern void __fastcall Register(void); + +} /* namespace ListKey */ +#if !defined(NO_IMPLICIT_NAMESPACE_USE) +using namespace ListKey; +#endif +//-- end unit ---------------------------------------------------------------- +#endif // ListKey |