API:Vcl.DBCtrls.TDBRichEdit.SpellChecking

From RAD Studio API Documentation

Delphi

property SpellChecking;

C++

__property SpellChecking = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TDBRichEdit

Description

When SpellChecking is set to True, the TRichEdit automatically starts a native spell checking of its content. Vcl.DBCtrls.TDBRichEdit.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