home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April
/
Chip_1997-04_cd.bin
/
prezent
/
cb
/
data.z
/
VCSPELL.HPP
< prev
next >
Wrap
C/C++ Source or Header
|
1997-01-16
|
30KB
|
592 lines
//----------------------------------------------------------------------------
// VCSpell.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
// From: VCSpell.pas
//----------------------------------------------------------------------------
#ifndef VCSpellHPP
#define VCSpellHPP
//----------------------------------------------------------------------------
#include <Controls.hpp>
#include <OleCtrls.hpp>
#include <Graphics.hpp>
#include <Classes.hpp>
#include <OleCtl.hpp>
#include <OLE2.hpp>
#include <System.hpp>
#pragma warn -par
#pragma warn -hid
#pragma warn -inl
namespace Vcspell
{
//-- type declarations -------------------------------------------------------
typedef void __fastcall (__closure *TVCSpellerMisspelled)(System::TObject* Sender, short &EventAction
);
typedef void __fastcall (__closure *TVCSpellerComplete)(System::TObject* Sender, short &EventAction)
;
typedef void __fastcall (__closure *TVCSpellerFound)(System::TObject* Sender, short &EventAction);
typedef void __fastcall (__closure *TVCSpellerBeforeReplace)(System::TObject* Sender, short &EventAction
);
typedef void __fastcall (__closure *TVCSpellerAfterReplace)(System::TObject* Sender, short &EventAction
);
typedef void __fastcall (__closure *TVCSpellerAfterPopup)(System::TObject* Sender, short &EventAction
);
typedef void __fastcall (__closure *TVCSpellerCheckStatus)(System::TObject* Sender, short &EventAction
);
typedef void __fastcall (__closure *TVCSpellerCheckError)(System::TObject* Sender, short &EventAction
);
typedef void __fastcall (__closure *TVCSpellerClickIn)(System::TObject* Sender, short &EventAction);
typedef void __fastcall (__closure *TVCSpellerClickOut)(System::TObject* Sender, short &EventAction)
;
class __declspec(delphiclass) TVCSpeller;
class __declspec(pascalimplementation) TVCSpeller : public Olectrls::TOleControl
{
typedef Olectrls::TOleControl inherited;
private:
TVCSpellerMisspelled FOnMisspelled;
TVCSpellerComplete FOnComplete;
TVCSpellerFound FOnFound;
TVCSpellerBeforeReplace FOnBeforeReplace;
TVCSpellerAfterReplace FOnAfterReplace;
TVCSpellerAfterPopup FOnAfterPopup;
TVCSpellerCheckStatus FOnCheckStatus;
TVCSpellerCheckError FOnCheckError;
TVCSpellerClickIn FOnClickIn;
TVCSpellerClickOut FOnClickOut;
void __stdcall Set_OpenStandard(Word loadit, const System::AnsiString Value);
short __stdcall Get_DictionaryLanguage(short index);
System::AnsiString __stdcall Get_DictionaryName(short index);
short __stdcall Get_DictionaryStatus(short index);
Word __stdcall Get_DictionaryIsEnabled(short index);
System::AnsiString __stdcall Get_DictionaryNameFull(short index);
Word __stdcall Get_StandardIRListIsEnabled(short index);
Word __stdcall Get_DictionaryIsLoaded(short index);
short __stdcall Get_DictionaryPerformance(short index);
void __stdcall Set_DictionaryPerformance(short index, short Value);
System::AnsiString __stdcall Get_Suggestion(short index);
Word __stdcall Get_CustomIsUpdateable(short index);
void __stdcall Set_AddToStandardIRList(short index, short Value);
void __stdcall Set_AddSuggestion(short matchcode, const System::AnsiString Value);
void __stdcall Set_AddToCustom(short index, short Value);
void __stdcall Set_ClearStandardIRList(short index, short Value);
void __stdcall Set_CloseDictionary(short index, short Value);
void __stdcall Set_GetEntry(short index, int Value);
void __stdcall Set_RemoveFromStandardIRList(short index, const System::AnsiString Value);
short __stdcall Get_DictionaryPerformanceActual(short index);
short __stdcall Get_DictionaryBlockCount(short index);
short __stdcall Get_DictionaryBlockSize(short index);
short __stdcall Get_DictionaryCommonCount(short index);
short __stdcall Get_DictionaryCompatibilityBits(short index);
System::AnsiString __stdcall Get_DictionaryCopyright(short index);
System::AnsiString __stdcall Get_DictionaryCopyrightDerived(short index);
short __stdcall Get_DictionaryFlags(short index);
short __stdcall Get_DictionaryLoadCount(short index);
short __stdcall Get_DictionaryMakerVersion(short index);
short __stdcall Get_DictionaryOpenCount(short index);
short __stdcall Get_DictionarySymbolSetSize(short index);
int __stdcall Get_DictionaryWordCount(short index);
void __stdcall Set_CreateCustomExtended(short index, const System::AnsiString Value);
void __stdcall Set_EnableDictionary(short index, Word Value);
void __stdcall Set_EnableCustomUpdate(short index, Word Value);
void __stdcall Set_LoadDictionary(short index, short Value);
void __stdcall Set_UnloadDictionary(short index, short Value);
Word __stdcall Get_CustomIsReadOnly(short index);
Word __stdcall Get_CustomIsExtended(short index);
void __stdcall Set_EnableStandardIRList(short index, Word Value);
void __stdcall Set_OpenCustom(Word loadit, const System::AnsiString Value);
protected:
virtual void __fastcall InitControlData(void);
public:
void __stdcall AboutBox(void);
__property System::AnsiString OpenStandard[Word loadit] = {write=Set_OpenStandard};
__property short DictionaryLanguage[short index] = {read=Get_DictionaryLanguage};
__property System::AnsiString DictionaryName[short index] = {read=Get_DictionaryName};
__property short DictionaryStatus[short index] = {read=Get_DictionaryStatus};
__property Word DictionaryIsEnabled[short index] = {read=Get_DictionaryIsEnabled};
__property System::AnsiString DictionaryNameFull[short index] = {read=Get_DictionaryNameFull};
__property Word StandardIRListIsEnabled[short index] = {read=Get_StandardIRListIsEnabled};
__property Word DictionaryIsLoaded[short index] = {read=Get_DictionaryIsLoaded};
__property short DictionaryPerformance[short index] = {read=Get_DictionaryPerformance, write=Set_DictionaryPerformance
};
__property System::AnsiString Suggestion[short index] = {read=Get_Suggestion};
__property Word CustomIsUpdateable[short index] = {read=Get_CustomIsUpdateable};
__property short AddToStandardIRList[short index] = {write=Set_AddToStandardIRList};
__property System::AnsiString AddSuggestion[short matchcode] = {write=Set_AddSuggestion};
__property short AddToCustom[short index] = {write=Set_AddToCustom};
__property short ClearStandardIRList[short index] = {write=Set_ClearStandardIRList};
__property short CloseDictionary[short index] = {write=Set_CloseDictionary};
__property int GetEntry[short index] = {write=Set_GetEntry};
__property System::AnsiString RemoveFromStandardIRList[short index] = {write=Set_RemoveFromStandardIRList
};
__property short DictionaryPerformanceActual[short index] = {read=Get_DictionaryPerformanceActual};
__property short DictionaryBlockCount[short index] = {read=Get_DictionaryBlockCount};
__property short DictionaryBlockSize[short index] = {read=Get_DictionaryBlockSize};
__property short DictionaryCommonCount[short index] = {read=Get_DictionaryCommonCount};
__property short DictionaryCompatibilityBits[short index] = {read=Get_DictionaryCompatibilityBits};
__property System::AnsiString DictionaryCopyright[short index] = {read=Get_DictionaryCopyright};
__property System::AnsiString DictionaryCopyrightDerived[short index] = {read=Get_DictionaryCopyrightDerived
};
__property short DictionaryFlags[short index] = {read=Get_DictionaryFlags};
__property short DictionaryLoadCount[short index] = {read=Get_DictionaryLoadCount};
__property short DictionaryMakerVersion[short index] = {read=Get_DictionaryMakerVersion};
__property short DictionaryOpenCount[short index] = {read=Get_DictionaryOpenCount};
__property short DictionarySymbolSetSize[short index] = {read=Get_DictionarySymbolSetSize};
__property int DictionaryWordCount[short index] = {read=Get_DictionaryWordCount};
__property System::AnsiString CreateCustomExtended[short index] = {write=Set_CreateCustomExtended};
__property Word EnableDictionary[short index] = {write=Set_EnableDictionary};
__property Word EnableCustomUpdate[short index] = {write=Set_EnableCustomUpdate};
__property short LoadDictionary[short index] = {write=Set_LoadDictionary};
__property short UnloadDictionary[short index] = {write=Set_UnloadDictionary};
__property Word CustomIsReadOnly[short index] = {read=Get_CustomIsReadOnly};
__property Word CustomIsExtended[short index] = {read=Get_CustomIsExtended};
__property Word EnableStandardIRList[short index] = {write=Set_EnableStandardIRList};
__property System::AnsiString OpenCustom[Word loadit] = {write=Set_OpenCustom};
__published:
__property Word AutoPopup = {read=GetOleBoolProp, write=SetOleBoolProp, stored=false, index=4, nodefault
};
__property Word AutoReplace = {read=GetOleBoolProp, write=SetOleBoolProp, stored=false, index=5, nodefault
};
__property Word AutoSuggest = {read=GetOleBoolProp, write=SetOleBoolProp, stored=false, index=6, nodefault
};
__property short BreakWordCount = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=7
, nodefault};
__property short CacheSize = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=8, nodefault
};
__property short ErrorOffset = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=1,
nodefault};
__property Word IgnoreFullCaps = {read=GetOleBoolProp, write=SetOleBoolProp, stored=false, index=9,
nodefault};
__property Word IgnorePartialNumbers = {read=GetOleBoolProp, write=SetOleBoolProp, stored=false, index=10
, nodefault};
__property short MaxSuggestions = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=11
, nodefault};
__property Word MultiLine = {read=GetOleBoolProp, write=SetOleBoolProp, stored=false, index=12, nodefault
};
__property short SuggestionsLimit = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=13
, nodefault};
__property System::AnsiString Version = {read=GetStringProp, write=SetStringProp, stored=false, index=14
, nodefault};
__property int CurrentLine = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=15, nodefault
};
__property short CustomCount = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=16
, nodefault};
__property int DLLHandle = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=17, nodefault
};
__property short EventOptions = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=18
, nodefault};
__property System::AnsiString Hyphenation = {read=GetStringProp, write=SetStringProp, stored=false,
index=19, nodefault};
__property short IRAction = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=20, nodefault
};
__property short IRWhereFound = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=21
, nodefault};
__property System::AnsiString LineBreak = {read=GetStringProp, write=SetStringProp, stored=false, index=22
, nodefault};
__property short LineOffset = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=23,
nodefault};
__property System::AnsiString MisspelledWord = {read=GetStringProp, write=SetStringProp, stored=false
, index=24, nodefault};
__property int ReplaceCount = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=25, nodefault
};
__property System::AnsiString ReplacementWord = {read=GetStringProp, write=SetStringProp, stored=false
, index=26, nodefault};
__property short ResultCode = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=27,
nodefault};
__property int ResumeOffset = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=28, nodefault
};
__property short SearchOrder = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=29
, nodefault};
__property short SpellOptions = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=30
, nodefault};
__property short StandardCount = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=31
, nodefault};
__property short SuggestOptions = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=32
, nodefault};
__property short SuggestionCount = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=33
, nodefault};
__property System::AnsiString Text = {read=GetStringProp, write=SetStringProp, stored=false, index=34
, nodefault};
__property short WhereFound = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=35,
nodefault};
__property int WordCount = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=36, nodefault
};
__property int WordOffset = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=37, nodefault
};
__property Word AllowJoinedWords = {read=GetOleBoolProp, write=SetOleBoolProp, stored=false, index=38
, nodefault};
__property int DialogLeft = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=39, nodefault
};
__property int DialogTop = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=40, nodefault
};
__property Word ReplaceRecheck = {read=GetOleBoolProp, write=SetOleBoolProp, stored=false, index=41
, nodefault};
__property Graphics::TColor DialogBgColor = {read=GetColorProp, write=SetColorProp, stored=false, index=42
, nodefault};
__property int DialogLeftActual = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=43
, nodefault};
__property int DialogTopActual = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=44
, nodefault};
__property Word ReplaceOccurred = {read=GetOleBoolProp, write=SetOleBoolProp, stored=false, index=45
, nodefault};
__property Word SuggestionsMade = {read=GetOleBoolProp, write=SetOleBoolProp, stored=false, index=46
, nodefault};
__property short WordLength = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=47,
nodefault};
__property int CacheHits = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=48, nodefault
};
__property int CacheMisses = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=49, nodefault
};
__property int TimerTicks = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=50, nodefault
};
__property int UserData = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=51, nodefault
};
__property System::AnsiString CheckedWord = {read=GetStringProp, write=SetStringProp, stored=false,
index=52, nodefault};
__property Word CommonIRListIsEnabled = {read=GetOleBoolProp, write=SetOleBoolProp, stored=false, index=53
, nodefault};
__property System::AnsiString WordMisspelledTitle = {read=GetStringProp, write=SetStringProp, stored=false
, index=54, nodefault};
__property System::AnsiString OptionsTitle = {read=GetStringProp, write=SetStringProp, stored=false
, index=55, nodefault};
__property System::AnsiString ErrorTitle = {read=GetStringProp, write=SetStringProp, stored=false,
index=56, nodefault};
__property System::AnsiString WordMisspelledHelpFile = {read=GetStringProp, write=SetStringProp, stored=false
, index=57, nodefault};
__property System::AnsiString OptionsHelpFile = {read=GetStringProp, write=SetStringProp, stored=false
, index=58, nodefault};
__property int DialogElements = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=59,
nodefault};
__property int DialogWidth = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=60, nodefault
};
__property int DialogHeight = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=61, nodefault
};
__property System::AnsiString ErrorText = {read=GetStringProp, write=SetStringProp, stored=false, index=62
, nodefault};
__property int ClickedButton = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=63,
nodefault};
__property int ClickInfo = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=64, nodefault
};
__property System::AnsiString ClickInfoText = {read=GetStringProp, write=SetStringProp, stored=false
, index=65, nodefault};
__property short AddToCommonIRList = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=66
, nodefault};
__property short BeginCheck = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=67,
nodefault};
__property System::AnsiString CheckText = {read=GetStringProp, write=SetStringProp, stored=false, index=68
, nodefault};
__property System::AnsiString CheckWord = {read=GetStringProp, write=SetStringProp, stored=false, index=69
, nodefault};
__property short ClearCounts = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=70
, nodefault};
__property short ClearOffsets = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=71
, nodefault};
__property System::AnsiString FindSuggestions = {read=GetStringProp, write=SetStringProp, stored=false
, index=72, nodefault};
__property short ReplaceLastWord = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=73
, nodefault};
__property short ResumeCheck = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=74
, nodefault};
__property short ClearSuggestions = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=75
, nodefault};
__property short PopupError = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=76,
nodefault};
__property short PopupOptions = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=77
, nodefault};
__property short PopupWordMisspelled = {read=GetSmallintProp, write=SetSmallintProp, stored=false,
index=78, nodefault};
__property System::AnsiString CreateCustom = {read=GetStringProp, write=SetStringProp, stored=false
, index=79, nodefault};
__property short ResumeWithRecheck = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=80
, nodefault};
__property Word EnableCommonIRList = {read=GetOleBoolProp, write=SetOleBoolProp, stored=false, index=81
, nodefault};
__property short ClearCommonIRList = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=82
, nodefault};
__property System::AnsiString RemoveFromCommonIRList = {read=GetStringProp, write=SetStringProp, stored=false
, index=83, nodefault};
__property short EnableEventOptions = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=84
, nodefault};
__property short DisableEventOptions = {read=GetSmallintProp, write=SetSmallintProp, stored=false,
index=85, nodefault};
__property short EnableSpellOptions = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=86
, nodefault};
__property short DisableSpellOptions = {read=GetSmallintProp, write=SetSmallintProp, stored=false,
index=87, nodefault};
__property short EnableSuggestOptions = {read=GetSmallintProp, write=SetSmallintProp, stored=false,
index=88, nodefault};
__property short DisableSuggestOptions = {read=GetSmallintProp, write=SetSmallintProp, stored=false
, index=89, nodefault};
__property int EnableDialogElements = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=90
, nodefault};
__property int DisableDialogElements = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=91
, nodefault};
__property System::AnsiString StandardDictionary = {read=GetStringProp, write=SetStringProp, stored=false
, index=2, nodefault};
__property System::AnsiString CustomDictionary = {read=GetStringProp, write=SetStringProp, stored=false
, index=3, nodefault};
__property TVCSpellerMisspelled OnMisspelled = {read=FOnMisspelled, write=FOnMisspelled};
__property TVCSpellerComplete OnComplete = {read=FOnComplete, write=FOnComplete};
__property TVCSpellerFound OnFound = {read=FOnFound, write=FOnFound};
__property TVCSpellerBeforeReplace OnBeforeReplace = {read=FOnBeforeReplace, write=FOnBeforeReplace
};
__property TVCSpellerAfterReplace OnAfterReplace = {read=FOnAfterReplace, write=FOnAfterReplace};
__property TVCSpellerAfterPopup OnAfterPopup = {read=FOnAfterPopup, write=FOnAfterPopup};
__property TVCSpellerCheckStatus OnCheckStatus = {read=FOnCheckStatus, write=FOnCheckStatus};
__property TVCSpellerCheckError OnCheckError = {read=FOnCheckError, write=FOnCheckError};
__property TVCSpellerClickIn OnClickIn = {read=FOnClickIn, write=FOnClickIn};
__property TVCSpellerClickOut OnClickOut = {read=FOnClickOut, write=FOnClickOut};
public:
/* TOleControl.Create */ __fastcall virtual TVCSpeller(Classes::TComponent* AOwner) : Olectrls::TOleControl(
AOwner) { }
/* TOleControl.Destroy */ __fastcall virtual ~TVCSpeller(void) { }
public:
/* TWinControl.CreateParented */ __fastcall TVCSpeller(HWND ParentWindow) : Olectrls::TOleControl(ParentWindow
) { }
};
//-- var, const, procedure ---------------------------------------------------
#define VSCAT_STANDARD (Word)(256)
#define VSCAT_IRLIST (Word)(256)
#define VSCAT_CUSTOM (Word)(512)
#define VSCAT_ENABLED (Word)(1024)
#define VSCAT_DISABLED (Word)(2048)
#define VSDSTAT_ENABLED (Byte)(1)
#define VSDSTAT_LOADED (Byte)(2)
#define VSDSTAT_IRLIST_ENABLED (Byte)(4)
#define VSDSTAT_UPDATEABLE (Byte)(8)
#define VSDSTAT_READONLY (Byte)(16)
#define VSDSTAT_EXTENDED (Byte)(32)
#define VSDSTAT_HYPHENATION (Byte)(64)
#define VSDSTAT_PHONETICS (Byte)(128)
#define VSDSTAT_COMMONLIST (Word)(256)
#define VSLANG_AMERICAN (Byte)(0)
#define VSLANG_ENGLISH (Byte)(1)
#define VSLANG_FRENCH (Byte)(2)
#define VSLANG_GERMAN (Byte)(3)
#define VSLANG_SPANISH (Byte)(4)
#define VSLANG_PORTUGUESE (Byte)(5)
#define VSLANG_ITALIAN (Byte)(6)
#define VSLANG_DUTCH (Byte)(7)
#define VSLANG_SWEDISH (Byte)(8)
#define VSLANG_FINNISH (Byte)(9)
#define VSLANG_NORWEGIAN (Byte)(10)
#define VSLANG_LATIN (Byte)(11)
#define VSLANG_WELSH (Byte)(12)
#define VSLANG_POLISH (Byte)(13)
#define VSLANG_HUNGARIAN (Byte)(14)
#define VSLANG_FLEMISH (Byte)(15)
#define VSLANG_CZECH (Byte)(16)
#define VSLANG_ICELANDIC (Byte)(17)
#define VSLANG_ESPERANTO (Byte)(18)
#define VSLANG_CATALAN (Byte)(19)
#define VSLANG_ROMANIAN (Byte)(20)
#define VSLANG_BULGARIAN (Byte)(21)
#define VSLANG_RUSSIAN (Byte)(22)
#define VSLANG_QUECHUA (Byte)(23)
#define VSLANG_TURKISH (Byte)(24)
#define VSLANG_INDONESIAN (Byte)(25)
#define VSLANG_HEBREW (Byte)(26)
#define VSLANG_DANISH (Byte)(27)
#define VSLANG_CANADIAN (Byte)(28)
#define VSEVOPT_COMPLETE (Byte)(1)
#define VSEVOPT_FOUND (Byte)(2)
#define VSEVOPT_MISSPELLED (Byte)(4)
#define VSEVOPT_BEFORE_REPLACE (Byte)(8)
#define VSEVOPT_AFTER_POPUP (Byte)(16)
#define VSEVOPT_CHECK_STATUS (Byte)(32)
#define VSEVOPT_CHECK_ERROR (Byte)(64)
#define VSEVOPT_AFTER_REPLACE (Byte)(128)
#define VSEVOPT_CLICK_IN (Word)(256)
#define VSEVOPT_CLICK_OUT (Word)(512)
#define VSEVOPT_DEFAULTS (int)(65533)
#define VSORDER_SCIR (Byte)(0)
#define VSORDER_CIRS (Byte)(2)
#define VSORDER_IRSC (Byte)(3)
#define VSORDER_SIRC (Byte)(4)
#define VSORDER_CSIR (Byte)(6)
#define VSORDER_IRCS (Byte)(7)
#define VSORDER_NO_LOOKAHEAD (Byte)(8)
#define VSOPT_AUTO_REPLACE (Byte)(1)
#define VSOPT_AUTO_SUGGEST (Byte)(2)
#define VSOPT_AUTO_POPUP (Byte)(4)
#define VSOPT_IGNORE_FULL_CAPS (Byte)(8)
#define VSOPT_IGNORE_PARTIAL_NUMBERS (Byte)(16)
#define VSOPT_MULTILINE (Byte)(32)
#define VSOPT_IGNORE_PURE_NUMBERS (Byte)(64)
#define VSOPT_ALLOW_JOINED_WORDS (Byte)(128)
#define VSOPT_EXACT_MATCH (Word)(256)
#define VSOPT_RETURN_EACH_WORD (Word)(512)
#define VSOPT_REPLACE_RECHECK (Word)(1024)
#define VSOPT_DEFAULTS (Word)(1127)
#define VSSUGOPT_CAPITALIZATION (Byte)(1)
#define VSSUGOPT_CHARSWAP (Byte)(2)
#define VSSUGOPT_DELETES (Byte)(4)
#define VSSUGOPT_DOUBLES (Byte)(8)
#define VSSUGOPT_HYPHENS (Byte)(16)
#define VSSUGOPT_SPLITS (Byte)(32)
#define VSSUGOPT_EXCHANGES (Byte)(64)
#define VSSUGOPT_INSERTIONS (Word)(512)
#define VSSUGOPT_DEFAULTS (Word)(639)
#define VSIR_GLOBAL (Byte)(1)
#define VSIR_PROMPT (Byte)(2)
#define VSIR_IGNORE (Byte)(4)
#define VSIR_REPLACE (Byte)(8)
#define VSIR_HYPHENATION (Byte)(16)
#define VSIR_SPELLED_OK (Byte)(5)
#define VSIR_REPLACE_ALL (Byte)(9)
#define VSIR_MISSPELLED (Byte)(6)
#define VSIR_PROMPT_REPLACE (Byte)(10)
#define VS_DEFAULT_HANDLING (Byte)(0)
#define VS_EVENT_HANDLED (Byte)(1)
#define VS_CANCEL_SPELLCHECK (Byte)(2)
#define VSCLICK_WORD_MISSPELLED_HELP (Byte)(1)
#define VSCLICK_OPTIONS (Byte)(2)
#define VSCLICK_PROMPT_REPLACE (Byte)(4)
#define VSCLICK_ADD_TO_CUSTOM (Byte)(8)
#define VSCLICK_REPLACE_ALL (Byte)(16)
#define VSCLICK_REPLACE (Byte)(32)
#define VSCLICK_IGNORE_ALL (Byte)(64)
#define VSCLICK_IGNORE (Byte)(128)
#define VSCLICK_SUGGEST_NOT_FOUND (Word)(256)
#define VSCLICK_SUGGEST_REPLACE_WITH (Word)(512)
#define VSCLICK_CANCEL_SPELLCHECK (Word)(1024)
#define VSCLICK_THESAURUS (Word)(2048)
#define VSCLICK_OPTIONS_HELP (int)(65536)
#define VSCLICK_OPTIONS_OK (int)(131072)
#define VSCLICK_OPTIONS_CANCEL (int)(262144)
#define VSCLICK_OPEN_CUSTOM (int)(524288)
#define VSCLICK_CLOSE_CUSTOM (int)(1048576)
#define VSCLICK_OPEN_STANDARD (int)(2097152)
#define VSCLICK_CLOSE_STANDARD (int)(4194304)
#define VSCLICK_THESAURUS_OK (int)(16777216)
#define VSCLICK_THESAURUS_SEARCH (int)(33554432)
#define VSCLICK_THESAURUS_CANCEL (int)(67108864)
#define VSCLICK_THESAURUS_HELP (int)(134217728)
#define VSD_WORD_MISSPELLED_HELP (Byte)(1)
#define VSD_OPTIONS (Byte)(2)
#define VSD_PROMPT_REPLACE (Byte)(4)
#define VSD_ADD_TO_CUSTOM (Byte)(8)
#define VSD_REPLACE_ALL (Byte)(16)
#define VSD_REPLACE (Byte)(32)
#define VSD_IGNORE_ALL (Byte)(64)
#define VSD_IGNORE (Byte)(128)
#define VSD_SUGGEST_NOT_FOUND (Word)(256)
#define VSD_SUGGEST_REPLACE_WITH (Word)(512)
#define VSD_CANCEL_SPELLCHECK (Word)(1024)
#define VSD_SUGGESTIONS_LIST (Word)(2048)
#define VSD_REPLACE_BOX (Word)(4096)
#define VSD_CUSTOM_LIST (Word)(8192)
#define VSD_THESAURUS (Word)(16384)
#define VSD_OPTIONS_HELP (int)(65536)
#define VSD_CUSTOMS (int)(131072)
#define VSD_STANDARDS (int)(262144)
#define VSD_PERFORMANCE (int)(524288)
#define VSD_SUGGESTION_LIMIT (int)(1048576)
#define VSD_AUTO_SUGGESTIONS (int)(2097152)
#define VSD_EXACT_MATCH (int)(4194304)
#define VSD_IGNORE_FULL_CAPS (int)(8388608)
#define VSD_IGNORE_PARTIAL (int)(16777216)
#define VSD_IGNORE_PURE (int)(33554432)
#define VSD_ALLOW_JOINED (int)(67108864)
#define VSD_RECHECK (int)(134217728)
#define VSD_THESAURUS_HELP (int)(268435456)
#define VSD_THESAURUS_SEARCH (int)(536870912)
#define VSR_WORD_MISSPELLED (Shortint)(-1)
#define VSR_IGNORE_REPLACE (Shortint)(-2)
#define VSR_CHECK_CANCELED (Shortint)(-3)
#define VSR_BREAK (Shortint)(-4)
#define VSR_FOUND (Shortint)(-5)
#define VSR_REPLACED (Shortint)(-6)
#define VSR_CHANGED (Shortint)(-7)
#define VSR_END_LIST (Shortint)(-8)
#define VSR_ENTRY_NOT_FOUND (Shortint)(-9)
#define VSR_OPENED_READONLY (Shortint)(-11)
#define VSR_REPLACE_OVERFLOW (Shortint)(-12)
#define VSR_NOT_ADDED (Shortint)(-13)
#define VSR_POPPED (Shortint)(-14)
#define VSR_CLICK_IN (Shortint)(-15)
#define VSR_CLICK_OUT (Shortint)(-16)
#define VSR_NO_ERROR (Byte)(0)
#define VSR_WORD_TOO_LONG (Byte)(1)
#define VSR_NO_MISSPELL (Byte)(2)
#define VSR_ALREADY_OPEN (Byte)(4)
#define VSR_OPEN_FAILED (Byte)(5)
#define VSR_CREATE_FAILED (Byte)(6)
#define VSR_INVALID_DICTIONARY (Byte)(7)
#define VSR_WRITE_FAILURE (Byte)(9)
#define VSR_READ_FAILURE (Byte)(10)
#define VSR_BAD_FILE_NAME (Byte)(11)
#define VSR_NOT_UPDATEABLE (Byte)(12)
#define VSR_DUPLICATE_WORD (Byte)(13)
#define VSR_BAD_CUSTOM (Byte)(14)
#define VSR_IN_EVENT (Byte)(15)
#define VSR_NOT_LOADED (Byte)(16)
#define VSR_REPLACE_ERROR (Byte)(17)
#define VSR_CACHE_ERROR (Byte)(18)
#define VSR_INVALID_CONTEXT (Byte)(19)
#define VSR_NOTHING_TO_CHECK (Byte)(20)
#define VSR_DIALOG_ERROR (Byte)(21)
#define VSR_OUT_OF_MEMORY (Byte)(22)
#define VSR_BAD_INDEX (Byte)(23)
#define VSR_OUT_OF_STRING_SPACE (Byte)(24)
#define VSR_IN_DIALOG (Byte)(25)
#define VSR_FILE_EXISTS (Byte)(26)
#define VB_OFFSET (Word)(32350)
#define VBR_WORD_TOO_LONG (Word)(32351)
#define VBR_NO_MISSPELL (Word)(32352)
#define VBR_ALREADY_OPEN (Word)(32354)
#define VBR_OPEN_FAILED (Word)(32355)
#define VBR_CREATE_FAILED (Word)(32356)
#define VBR_INVALID_DICTIONARY (Word)(32357)
#define VBR_WRITE_FAILURE (Word)(32359)
#define VBR_READ_FAILURE (Word)(32360)
#define VBR_BAD_FILE_NAME (Word)(32361)
#define VBR_NOT_UPDATEABLE (Word)(32362)
#define VBR_DUPLICATE_WORD (Word)(32363)
#define VBR_BAD_CUSTOM (Word)(32364)
#define VBR_IN_EVENT (Word)(32365)
#define VBR_NOT_LOADED (Word)(32366)
#define VBR_REPLACE_ERROR (Word)(32367)
#define VBR_CACHE_ERROR (Word)(32368)
#define VBR_INVALID_CONTEXT (Word)(32369)
#define VBR_NOTHING_TO_CHECK (Word)(32370)
#define VBR_DIALOG_ERROR (Word)(32371)
#define VBR_OUT_OF_MEMORY (Word)(32372)
#define VBR_BAD_INDEX (Word)(32373)
#define VBR_OUT_OF_STRING_SPACE (Word)(32374)
#define VBR_IN_DIALOG (Word)(32375)
#define VBR_FILE_EXISTS (Word)(32376)
#define VS_ALL (Byte)(0)
#define VS_MAXWORDSIZE (Byte)(75)
extern void __fastcall Register(void);
} /* namespace Vcspell */
#pragma warn .par
#pragma warn .hid
#pragma warn .inl
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Vcspell;
#endif
//-- end unit ----------------------------------------------------------------
#endif // VCSpell