Vcl.ComCtrls.TCustomRichEdit.SpellChecking

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property SpellChecking: Boolean read FSpellChecking write SetSpellChecking default False;

C++

__property bool SpellChecking = {read=FSpellChecking, write=SetSpellChecking, default=0};

Propriétés

Type Visibilité  Source Unité  Parent
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomRichEdit


Description

Lorsque SpellChecking est définie sur True, le composant TRichEdit démarre automatiquement une vérification orthographique de son contenu.

Remarque: SpellChecking est uniquement supportée sur Windows 8 ou versions ultérieures.

Voir aussi