FMX.ListView.Appearances.TListViewItem.CreateObjects

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CreateObjects; override;

C++

virtual void __fastcall CreateObjects();

Properties

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

Description

Resets the view of the list item when the list does not have objects.

FMX.ListView.Appearances.TListViewItem.CreateObjects inherits from FMX.ListView.Types.TListItem.CreateObjects. All content below this line refers to FMX.ListView.Types.TListItem.CreateObjects. Resets the view of the list item when the list does not have objects.

CreateObjects is a virtual method to be implemented in child subclasses.

See Also