FMX.ListBox.TListBoxSelector.ItemStateChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ItemStateChanged(const Item: TListBoxItem; const UserChange: Boolean);

C++

void __fastcall ItemStateChanged(TListBoxItem* const Item, const bool UserChange);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TListBoxSelector

Description

Notifies TListBoxSelector that the item state was changed externally.

DoItemStateChanged accepts the following parameters:

  • Item: The affected list box item.
  • UserChange: A Boolean parameter that specifies whether the change is initiated by an user action (as opposed to by a code call).

ItemStateChanged calls the following methods (in that order):

See Also