FMX.ListBox.TCustomListBox.DoChangeCheck

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoChangeCheck(const Item: TListBoxItem); dynamic;

C++

DYNAMIC void __fastcall DoChangeCheck(TListBoxItem* const Item);

Properties

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

Description

Generates an OnChangeCheck event.

DoChangeCheck is executed internally when the check box associated with one of the items in the list changes its state. Check boxes are visible when the ShowCheckboxes property is set to True.

See Also