FMX.Memo.TCustomMemoModel.Change

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Change;

C++

void __fastcall Change(void);

Properties

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

Description

It fires the OnChange event in case there is any change in the text of the TMemo control.

See Also