FMX.ListView.Types.TListItem.OnInvalidated

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

Delphi

property OnInvalidated: TListItemNotifyEvent read FOnInvalidated write FOnInvalidated;

C++

__property TListItemNotifyEvent OnInvalidated = {read=FOnInvalidated, write=FOnInvalidated};

プロパティ

種類 可視性 ソース ユニット
event public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types TListItem


説明

リスト項目が不正なときに発生します。

関連項目