Vcl.Buttons.TBitBtn.CopyImage

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

Delphi

procedure CopyImage(ImageList: TCustomImageList; Index: Integer);

C++

void __fastcall CopyImage(Vcl::Imglist::TCustomImageList* ImageList, int Index);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.Buttons.pas
Vcl.Buttons.hpp
Vcl.Buttons TBitBtn

説明

TGraphic を、TImageList から TBitBtn の Glyph プロパティ へ、コピーします。

CopyImage は、BitBtn 上の TGraphic を表示するために使用されます。 イメージ リスト エディタ を使用して、イメージ リストにどんなイメージもロードすることができます。

関連項目

コード サンプル