Show: Delphi
C++
Display Preferences
FMX.Memo.TMemo.FontChanged
From XE2 API Documentation
Delphi
procedure FontChanged(Sender: TObject);
C++
void __fastcall FontChanged(System::TObject* Sender);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | FMX.Memo.pas FMX.Memo.hpp |
FMX.Memo | TMemo |
Description
Responds to the change of font.
FontChanged is called when the font of the text in the memo control has changed. FontChanged repaints the control in order to apply the new font.