FMX.ListBox.TListBoxSelector.Change

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Change;

C++

void __fastcall Change();

Properties

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

Description

Dispatches the Change notification.

Change calls TCustomListBox.DoChange.

See Also