FMX.Memo.TCustomMemo.CheckSpelling

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CheckSpelling: Boolean read GetCheckSpelling write SetCheckSpelling;

C++

__property bool CheckSpelling = {read=GetCheckSpelling, write=SetCheckSpelling, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Memo.pas
FMX.Memo.hpp
FMX.Memo TCustomMemo

Description

Defines whether the spell-checking feature of the memo control is on or off.

This property enables spell checking on the TMemo component. When set to True a red squiggly line appears underlining the words misspelled.

The spell checking is performed by an operating system service. It is only supported on iOS and OS X.

See Also