FMX.Graphics.TFont.OnChanged

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnChanged: TNotifyEvent read FOnChanged write FOnChanged;

C++

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

Propriétés

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


Description

Se produit immédiatement après la modification de l'objet TFont.

Ecrivez un gestionnaire d'événements OnChanged pour effectuer des actions spécifiques quand l'objet TFont change. Les propriétés de l'objet TFont reflètent les nouveaux paramètres quand l'événement OnChanged a lieu.

Voir aussi