API:FMX.ListView.Appearances.TAppearanceListViewItem.CreateObjects

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CreateObjects; override;

Properties

Type Visibility Source Unit Parent
procedure public FMX.ListView.Appearances.pas FMX.ListView.Appearances TAppearanceListViewItem

Description

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

FMX.ListView.Appearances.TAppearanceListViewItem.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