System.ImageList.TImageLink.Images
Delphi
property Images: TBaseImageList read FImages write SetImageList;
C++
__property TBaseImageList* Images = {read=FImages, write=SetImageList};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | public | System.ImageList.pas System.ImageList.hpp |
System.ImageList | TImageLink |
説明
イメージのリストへの参照。
IgnoreImages が False
の場合、Images への変更はすべて、Change への呼び出しを発生させます。