FMX.Pickers.TCustomListPicker.OnValueChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnValueChanged: TOnValueChanged read FOnValueChanged write FOnValueChanged;

C++

__property TOnValueChanged OnValueChanged = {read=FOnValueChanged, write=FOnValueChanged};

Properties

Type Visibility Source Unit Parent
event public
FMX.Pickers.pas
FMX.Pickers.hpp
FMX.Pickers TCustomListPicker

Description

Occurs when an item is selected in a picker list.

Write an OnValueChanged event handler to take specific action immediately after a new item is selected from the list.