FMX.Edit.TCustomEdit.CheckSpelling

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property CheckSpelling: Boolean read GetCheckSpelling write SetCheckSpelling default False;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
property public
FMX.Edit.pas
FMX.Edit.hpp
FMX.Edit TCustomEdit


Description

Détermine si la fonctionnalité de vérification orthographique du contrôle d'édition est activée ou désactivée.

Cette propriété active la vérification orthographique dans le composant TEdit. Lorsqu'elle est définie sur True, une ligne rouge souligne les mots mal orthographiés.

La vérification orthographique est réalisée par un service du système d'exploitation. Elle est uniquement prise en charge sur iOS etcOS X.

Voir aussi