FMX.Pickers.TPickerFactoryService.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create;

C++

__fastcall TPickerFactoryService();

Properties

Type Visibility Source Unit Parent
constructor public
FMX.Pickers.pas
FMX.Pickers.hpp
FMX.Pickers TPickerFactoryService

Description

Creates and initializes a TPickerFactoryService object.

Create creates an object implementing the FMX.Pickers.IFMXPickerService interface. Create inherits initializations from System.TInterfacedObject.Create and additionally initializes the list keeping created platform-specific pickers for the selection of a string item from a drop-down list and for the date and time selection.

See Also