FMX.Types.TControlSize.OnChange

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnChange: TNotifyEvent read FOnChange write FOnChange;

C++

__property System::Classes::TNotifyEvent OnChange = {read=FOnChange, write=FOnChange};

Propriétés

Type Visibilité  Source Unité  Parent
event public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TControlSize


Description

Se produit lorsque les attributs Height, Width, Size ou PlatformDefault sont définis sur une nouvelle valeur.

OnChange se produit également lorsque DoChange est appelé.

Voir aussi