FMX.Pickers.TCustomPicker.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

constructor Create(const APickerService: TPickerFactoryService); virtual;

C++

__fastcall virtual TCustomPicker(TPickerFactoryService* const APickerService);

Propriétés

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

Description

Crée et initialise un objet TCustomPicker.

Create vérifie si APickerService pointe sur un objet TPickerFactoryService. Si APickerService pointe sur nil, Create déclenche une exception EAssertionFailed avec le message APickerService ne peut pas être nil.

Voir aussi