API:FMX.Memo.TMemo.OnValidate
Delphi
property OnValidate: TValidateTextEvent read GetOnValidate write SetOnValidate;
C++
__property OnValidate;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | published | FMX.Memo.pas FMX.Memo.hpp |
FMX.Memo | TMemo |
Description
Raises to validate changes have been made in the memo's text when the memo has lost the focus or the user has pressed ENTER. The OnValidate event occurs before the OnChange event.
FMX.Memo.TMemo.OnValidate inherits from FMX.Memo.TCustomMemo.OnValidate. All content below this line refers to FMX.Memo.TCustomMemo.OnValidate.
Raises to validate changes have been made in the memo's text when the memo has lost the focus or the user has pressed ENTER. The OnValidate event occurs before the OnChange event.