FMX.Graphics.TFont.DoChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoChanged; virtual;

C++

virtual void __fastcall DoChanged();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TFont

Description

Fires the OnChanged event.

Fires the OnChanged event whenever the current TFont object changes.

See Also