JVCL Help:CreateSpellChecker
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: CreateSpellChecker variable
[+] JvSpellIntf.pas Variables
Search in JVCL Help
Search in all projectsSummary
Creates and returns an IJvSpellChecker instance if assigned.
Pascal
run\JvSpellIntf.pas
CreateSpellChecker: function: IJvSpellChecker = nil;
Description
Call CreateSpellChecker to create an IJvSpellChecker instance. Spell checkers that implements the IJvSpellChecker, assign their own function to this pointer. If the pointer is nil, no IJvSpellChecker implementer is registered.
Since this function is actually a pointer, you should first check if it is nil before using it, i.e use a call like if Assigned(CreateSpellChecker).
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page