FMX.Pickers.TCustomListPicker.SetValues

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetValues(AValues: TStrings); virtual;

C++

virtual void __fastcall SetValues(System::Classes::TStrings* AValues);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Pickers.pas
FMX.Pickers.hpp
FMX.Pickers TCustomListPicker

Description

Declaration of the setter method for the Values property.

See Also