System.ImageList.TImageLink.IgnoreIndex

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

Delphi

property IgnoreIndex: Boolean read FIgnoreIndex write FIgnoreIndex;

C++

__property bool IgnoreIndex = {read=FIgnoreIndex, write=FIgnoreIndex, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
System.ImageList.pas
System.ImageList.hpp
System.ImageList TImageLink


説明

ImageIndex の変更時に TImageLink オブジェクトが Change の呼び出しをトリガするかどうかを示します。

関連項目