Vcl.Controls.TWinControl.IsDrawingLocked
Delphi
property IsDrawingLocked: Boolean read GetIsDrawingLocked;
C++
__property bool IsDrawingLocked = {read=GetIsDrawingLocked, nodefault};
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
property | public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TWinControl |
Description
La propriété IsDrawingLocked renvoie True lorsque le redessin de ce contrôle est verrouillé. Elle a la valeur True quand le nombre d'appels à LockDrawing est inférieur aux appels à UnlockDrawing pour ce contrôle.