FMX.ListView.Appearances.TCustomGlyphButtonObjectAppearance.CreateObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CreateObject(const AListViewItem: TListViewItem); override;

C++

virtual void __fastcall CreateObject(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

Creates a list item drawable owned by the specified list item that has an appearance based on this object appearance instance.

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

Creates a list item drawable owned by the specified list item that has an appearance based on this object appearance instance.

See Also