Vcl.ImageCollection.TImageCollection.UseDormantBitmaps
Delphi
property UseDormantBitmaps: Boolean read FUseDormantBitmaps write FUseDormantBitmaps;
C++
__property bool UseDormantBitmaps = {read=FUseDormantBitmaps, write=FUseDormantBitmaps, nodefault};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| property | public | Vcl.ImageCollection.pas Vcl.ImageCollection.hpp |
Vcl.ImageCollection | TImageCollection |
説明
コレクション内の画像の Dormant メソッドの、自動呼出しを制御します。UseDormantBitmaps が True の場合、Dormant は、コレクションの画像に対して、使用直後に呼び出されます。