Vcl.ComCtrls.TCustomRichEdit.SpellChecking

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SpellChecking: Boolean read FSpellChecking write SetSpellChecking default False;

C++

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

Properties

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

Description

When SpellChecking is set to True, the TRichEdit automatically starts a native spell checking of its content.

Note: SpellChecking is only supported for Windows 8 or later.

See Also