FMX.Memo.TMemo.CheckSpelling
Delphi
property CheckSpelling: Boolean read GetCheckSpelling write SetCheckSpelling default 0;
C++
__property CheckSpelling = {default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.Memo.pas FMX.Memo.hpp |
FMX.Memo | TMemo |
Description
Defines whether the spell-checking feature of the memo control is on or off.
FMX.Memo.TMemo.CheckSpelling inherits from FMX.Memo.TCustomMemo.CheckSpelling. All content below this line refers to FMX.Memo.TCustomMemo.CheckSpelling.
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.