FMX.Memo.TCustomMemoModel.DoChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoChange; virtual;

C++

virtual void __fastcall DoChange();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Memo.pas
FMX.Memo.hpp
FMX.Memo TCustomMemoModel

Description

Is called to raise the OnChange event when the focus leaves the memo or the user presses ENTER.

DoChange is called only if the text has really changed in case of the following situations:

  • Text is cleared in the memo.
  • Text is set in the memo.
  • The memo loses focus.
  • The user presses the ENTER key.

See Also