FMX.ListView.TListViewBase.GetItemDeleteCutoff

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetItemDeleteCutoff(const Item: TListItem): Single;

C++

float __fastcall GetItemDeleteCutoff(Fmx::Listview::Types::TListItem* const Item);

Properties

Type Visibility Source Unit Parent
function protected
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TListViewBase

Description

Implements the IListViewController.GetItemDeleteCutoff method.

The GetItemDeleteCutoff method of TListViewBase implements the IListViewController.GetItemDeleteCutoff method of IListViewController.

See Also