Vcl.ComCtrls.TCustomRichEdit.SpellChecking

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property SpellChecking: Boolean read FSpellChecking write SetSpellChecking default False;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomRichEdit


説明

SpellCheckingTrue に設定されると、TRichEdit は、コンテンツのネイティブ スペル チェックを自動的に開始します。

メモ: SpellChecking は、Windows 8 以降でのみサポートされます。

関連項目