FMX.ListView.Types.TListItem.HasClickOnSelectItems

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HasClickOnSelectItems: Boolean;

C++

bool __fastcall HasClickOnSelectItems();

Properties

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

Description

Specifies whether the list item can receive click events by selecting an item of the list.

HasClickOnSelectItems iterates through the object list of drawable list items and searches for a TListItemGlyphButton item that is Visible. HasClickOnSelectItems returns True when it finds that item, and its ClickOnSelect property is set to True. Otherwise HasClickOnSelectItems returns False.

See Also