FMX.ListView.Types.TListItem.OnInvalidated

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnInvalidated: TListItemNotifyEvent read FOnInvalidated write FOnInvalidated;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
event public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types TListItem


Description

Se produit lorsqu'un élément liste est invalidé.

Voir aussi