FMX.Pickers.TCustomPicker.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const APickerService: TPickerFactoryService); virtual;

C++

__fastcall virtual TCustomPicker(TPickerFactoryService* const APickerService);

Properties

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

Description

Creates and initializes a TCustomPicker object.

Create checks whether APickerService points to a TPickerFactoryService object. If APickerService points to nil, Create raises an EAssertionFailed exception with the APickerService can not be nil message.

See Also