FMX.ListBox.TListBoxSelector.UpdateSelection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateSelection;

C++

void __fastcall UpdateSelection();

Properties

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

Description

Calls TCustomListBox.UpdateSelection of the list box to which this instance of TListBoxSelector belongs.

See Also