FMX.ListView.Appearances.TPresetItemObjects.ResetObjects

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ResetObjects(const AListViewItem: TListViewItem; const FinalSize: TSizeF); override;

C++

virtual void __fastcall ResetObjects(TListViewItem* const AListViewItem, const System::Types::TSizeF &FinalSize);

Properties

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

Description

Initializes the view of specified TListViewItem using objects of this Appearance.

FMX.ListView.Appearances.TPresetItemObjects.ResetObjects inherits from FMX.ListView.Appearances.TAppearanceObjects.ResetObjects. All content below this line refers to FMX.ListView.Appearances.TAppearanceObjects.ResetObjects.

Initializes the view of specified TListViewItem using objects of this Appearance.

Note: If the view is already initialized, it will be fully updated.


See Also