FMX.Memo.TCustomMemo.OnValidate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnValidate: TValidateTextEvent read GetOnValidate write SetOnValidate;

C++

__property Fmx::Text::TValidateTextEvent OnValidate = {read=GetOnValidate, write=SetOnValidate};

Properties

Type Visibility Source Unit Parent
event public
FMX.Memo.pas
FMX.Memo.hpp
FMX.Memo TCustomMemo

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.

See Also