Vcl.ActnList.TCustomAction.SetImageIndex

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

Delphi

procedure SetImageIndex(Value: System.UITypes.TImageIndex); override;

C++

virtual void __fastcall SetImageIndex(System::Uitypes::TImageIndex Value);

プロパティ

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

説明

アクションやアクションのクライアントの ImageIndex プロパティの新しい Value を設定します。

Vcl.ActnList.TCustomAction.SetImageIndex は System.Actions.TContainedAction.SetImageIndex を継承しています。以下の内容はすべて System.Actions.TContainedAction.SetImageIndex を参照しています。

アクションやアクションのクライアントの ImageIndex プロパティの新しい Value を設定します。

SetImageIndex は、この Value をアクションのすべてのクライアントに伝播します。

関連項目