//---------------------------------------------------------------------------- // SWVSKey.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0 // From: SWVSKey.pas //---------------------------------------------------------------------------- #ifndef SWVSKeyHPP #define SWVSKeyHPP //---------------------------------------------------------------------------- #include #include #include #include #include #include #include #include #include #include #include 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