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 drawable that matches type and name of self in AListViewItem.View, and initializes it.

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 drawable that matches type and name of self in AListViewItem.View, and initializes it.


See Also