Vcl.Controls.TWinControl.IsDrawingLocked

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property IsDrawingLocked: Boolean read GetIsDrawingLocked;

C++

__property bool IsDrawingLocked = {read=GetIsDrawingLocked, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TWinControl


説明

IsDrawingLocked プロパティは、このコントロオールに対する再描画がロックされている場合に True を返します。このコントロールに対する LockDrawing 呼び出しの数が UnlockDrawing 呼び出しのものより少なかった場合、True が返されます。

関連項目