FMX.ActnList.TCustomActionList.Images

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

Delphi

property Images: TBaseImageList read GetImages write SetImages;

C++

__property System::Imagelist::TBaseImageList* Images = {read=GetImages, write=SetImages};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList TCustomActionList


説明

コンポーネント上に画像を描画するために使われる TCustomImageList 画像リストの参照を定義します。

TCustomImageList リストが空であれは、Imagesnil/null です。 Images が変化すると ImagesChanged が呼び出されます。

関連項目