FMX.ListBox.TCustomListBox.SetGroupingKind

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetGroupingKind(const Value: TListGroupingKind);

C++

void __fastcall SetGroupingKind(const TListGroupingKind Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomListBox

Description

The setter for the GroupingKind property.

Sets the value of the GroupingKind property and updates and repaints the content of the ListBox.

See Also