API:Vcl.ComCtrls.TRichEdit.SpellChecking

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SpellChecking;

C++

__property SpellChecking = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TRichEdit

Description

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

Vcl.ComCtrls.TRichEdit.SpellChecking inherits from Vcl.ComCtrls.TCustomRichEdit.SpellChecking. All content below this line refers to Vcl.ComCtrls.TCustomRichEdit.SpellChecking.


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