Vcl.ImgList.TCustomImageList.AllocBy

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

Delphi

property AllocBy: Integer read FAllocBy write FAllocBy default 4;

C++

__property int AllocBy = {read=FAllocBy, write=FAllocBy, default=4};

プロパティ

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

説明

新しいイメージを収容するための収容領域を作成するときに,イメージリストのイメージ数をいくつ増やすかを設定します。

AllocBy プロパティは,サイズを変更したイメージリストに追加できる新しいイメージの数を指定できます。

関連項目