FMX.Pickers.TCustomListPicker.Values

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Values: TStrings read FValues write SetValues;

C++

__property System::Classes::TStrings* Values = {read=FValues, write=SetValues};

Properties

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

Description

Keeps the list of string items that appears in the picker object.

A picker object obtains the default values of the Values list of strings from the Items property of the TPopupBox control containing the current picker object.

See Also