Vcl.ActnList.TCustomActionList.SetImages

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

Delphi

procedure SetImages(Value: TCustomImageList); virtual;

C++

virtual void __fastcall SetImages(Vcl::Imglist::TCustomImageList* Value);

プロパティ

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

説明

Images プロパティの値を設定します。

SetImages メソッドは,Images プロパティの書き込みプロテクト実装です。イメージリストの変更が通知されるように,Value で指定したイメージリストでアクションリストが登録されます。

関連項目