FMX.ActnList.TActionList.Images

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

Delphi

property Images: TBaseImageList read GetImages write SetImages;

C++

__property Images;

プロパティ

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

説明

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

FMX.ActnList.TActionList.Images は FMX.ActnList.TCustomActionList.Images を継承しています。以下の内容はすべて FMX.ActnList.TCustomActionList.Images を参照しています。 コンポーネント上に画像を描画するために使われる TCustomImageList 画像リストの参照を定義します。

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

関連項目