API:FMX.Edit.TEdit.CheckSpelling

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CheckSpelling: Boolean read GetCheckSpelling write SetCheckSpelling default 0;

C++

__property CheckSpelling = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Edit.pas
FMX.Edit.hpp
FMX.Edit TEdit

Description

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

FMX.Edit.TEdit.CheckSpelling inherits from FMX.Edit.TCustomEdit.CheckSpelling. All content below this line refers to FMX.Edit.TCustomEdit.CheckSpelling.

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

This property enables spell checking on the TEdit 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