JVCL Help:CreateSpellChecker

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Creates and returns an IJvSpellChecker instance if assigned.

run\JvSpellIntf.pas


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).

run\JvSpellIntf.pas


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