Vcl.Graphics.TCustomCanvas.Changing

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure Changing; virtual;

C++

virtual void __fastcall Changing();

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TCustomCanvas

Description

Appelée avant que le canevas ne soit modifié.

Changing est une méthode appelée automatiquement avant que l'objet TCustomCanvas ne soit modifié. Changing déclenche l'événement OnChanging.

Voir aussi