FMX.ListView.Appearances.TCommonObjectAppearance.ResetObjectT
Delphi
procedure ResetObjectT<T: TListItemDrawable>(const AListViewItem: TListViewItem);
C++
template<typename T> void __fastcall ResetObjectT(TListViewItem* const AListViewItem);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | FMX.ListView.Appearances.pas FMX.ListView.Appearances.hpp |
FMX.ListView.Appearances | TCommonObjectAppearance |
Description
Finds a list item drawable owned by the specified list item of the specified type (T
) with the same name as the name of this object appearance instance, and resets the appearance of that list item drawable.
Implementations of TObjectAppearance.ResetObject in subclasses of TCommonObjectAppearance may use this function.