Vcl.Controls.TMargins.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
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TMargins

Description

Se produit quand les marges changent.

Utilisez OnChange pour écrire un gestionnaire afin d'effectuer une action quand la marge change.

OnChange est un gestionnaire d'événements du type System.Classes.TNotifyEvent.

Voir aussi