summaryrefslogtreecommitdiff
path: root/apps/windoze/Delphi20/swordvc/swvskey.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/windoze/Delphi20/swordvc/swvskey.hpp')
-rw-r--r--apps/windoze/Delphi20/swordvc/swvskey.hpp60
1 files changed, 60 insertions, 0 deletions
diff --git a/apps/windoze/Delphi20/swordvc/swvskey.hpp b/apps/windoze/Delphi20/swordvc/swvskey.hpp
new file mode 100644
index 0000000..2f99709
--- /dev/null
+++ b/apps/windoze/Delphi20/swordvc/swvskey.hpp
@@ -0,0 +1,60 @@
+//----------------------------------------------------------------------------
+// SWVSKey.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
+// From: SWVSKey.pas
+//----------------------------------------------------------------------------
+#ifndef SWVSKeyHPP
+#define SWVSKeyHPP
+//----------------------------------------------------------------------------
+#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 Swvskey
+{
+//-- type declarations -------------------------------------------------------
+class __declspec(delphiclass) TSWVerseKey;
+class __declspec(pascalimplementation) TSWVerseKey : public Swkey::TSWKey
+{
+ typedef Swkey::TSWKey inherited;
+
+protected:
+ int __fastcall GetTestament(void);
+ int __fastcall GetBook(void);
+ int __fastcall GetChapter(void);
+ int __fastcall GetVerse(void);
+ void __fastcall SetTestament(int ival);
+ void __fastcall SetBook(int ival);
+ void __fastcall SetChapter(int ival);
+ void __fastcall SetVerse(int ival);
+ bool __fastcall GetAutoNormalize(void);
+ void __fastcall SetAutoNormalize(bool ival);
+
+public:
+ __fastcall virtual TSWVerseKey(Classes::TComponent* AOwner);
+ __property int Testament = {read=GetTestament, write=SetTestament, nodefault};
+ __property int Book = {read=GetBook, write=SetBook, nodefault};
+ __property int Chapter = {read=GetChapter, write=SetChapter, nodefault};
+ __property int Verse = {read=GetVerse, write=SetVerse, nodefault};
+ __property bool AutoNormalize = {read=GetAutoNormalize, write=SetAutoNormalize, nodefault};
+ void __fastcall Normalize(void);
+public:
+ /* TSWKey.Destroy */ __fastcall virtual ~TSWVerseKey(void) { }
+
+};
+
+//-- var, const, procedure ---------------------------------------------------
+extern void __fastcall Register(void);
+
+} /* namespace Swvskey */
+#if !defined(NO_IMPLICIT_NAMESPACE_USE)
+using namespace Swvskey;
+#endif
+//-- end unit ----------------------------------------------------------------
+#endif // SWVSKey