FMX.Graphics.TFont.OnChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnChanged: TNotifyEvent read FOnChanged write FOnChanged;

C++

__property System::Classes::TNotifyEvent OnChanged = {read=FOnChanged, write=FOnChanged};

Properties

Type Visibility Source Unit Parent
event public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TFont

Description

Occurs immediately after the TFont object changes.

Write an OnChanged event handler to take specific action when the TFont object changes. The properties of the TFont object reflect the new settings when OnChanged occurs.

See Also