Vcl.ComCtrls.TCustomRichEdit.SpellChecking
Delphi
property SpellChecking: Boolean read FSpellChecking write SetSpellChecking default False;
C++
__property bool SpellChecking = {read=FSpellChecking, write=SetSpellChecking, default=0};
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
property | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TCustomRichEdit |
Beschreibung
Wenn SpellChecking auf True
festgelegt ist, beginnt TRichEdit automatisch eine native Rechtschreibprüfung seines Inhalts.
Hinweis: SpellChecking wird nur für Windows 8 oder später unterstützt.