I call RVE.RVData.GetStyleCodePage in OnSpellingCheck event handler.
Is it safe?
If I understand right, OnSpellingCheck handlers calling without synchronization.
I have an exception with next stacktrace:
Code: Select all
System @AsClass
RVStyle TFontInfos.GetInvalidItem
RVStyle TFontInfos.GetItem
CRVData TCustomRVData.GetStyleCodePage
MedStSpellChecking TSpellChecker.GetUnicode
MedStSpellChecking TSpellChecker.IsMisspelled
MedStCustomTextParamContentClasses TCustomTextInplaceEditor._OnSpellCheck
Can be the problem in multi access violation?
Thanks!