FMX.ListView.TAppearanceListView.HasButtonsInCells

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HasButtonsInCells: Boolean; override;

C++

virtual bool __fastcall HasButtonsInCells();

Properties

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

Description

Returns True if each list view item contains one or more buttons, or False otherwise.

FMX.ListView.TAppearanceListView.HasButtonsInCells inherits from FMX.ListView.TListViewBase.HasButtonsInCells. All content below this line refers to FMX.ListView.TListViewBase.HasButtonsInCells.

Returns True if each list view item contains one or more buttons, or False otherwise.

See Also