FMX.ListView.Appearances.TListViewItem.SetPurpose

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetPurpose(const AValue: TListItemPurpose); override;

C++

virtual void __fastcall SetPurpose(const Fmx::Listview::Types::TListItemPurpose AValue);

Properties

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

Description

Setter method for the Purpose property.

FMX.ListView.Appearances.TListViewItem.SetPurpose inherits from FMX.ListView.Types.TListItem.SetPurpose. All content below this line refers to FMX.ListView.Types.TListItem.SetPurpose. Setter method for the Purpose property.

See Also