FMX.ListView.Types.IListViewPresentation.OrderChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure OrderChanged;

C++

virtual void __fastcall OrderChanged(void) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types IListViewPresentation

Description

This method is called when the position of the items in the parent list is changed.

See Also