FMX.ListView.Appearances.TCustomGlyphButtonObjectAppearance.ResetObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ResetObject(const AListViewItem: TListViewItem); override;

C++

virtual void __fastcall ResetObject(TListViewItem* const AListViewItem);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TCustomGlyphButtonObjectAppearance

Description

Finds a list item drawable owned by the specified list item of the same type as list item drawables created by the CreateObject method of this object appearance instance, and the same name as the name of this object appearance instance, and resets the appearance of that list item drawable.

FMX.ListView.Appearances.TCustomGlyphButtonObjectAppearance.ResetObject inherits from FMX.ListView.Appearances.TObjectAppearance.ResetObject. All content below this line refers to FMX.ListView.Appearances.TObjectAppearance.ResetObject.

Finds a list item drawable owned by the specified list item of the same type as list item drawables created by the CreateObject method of this object appearance instance, and the same name as the name of this object appearance instance, and resets the appearance of that list item drawable.

See Also