FMX.Pickers.TCustomPicker.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(const APickerService: TPickerFactoryService); virtual;

C++

__fastcall virtual TCustomPicker(TPickerFactoryService* const APickerService);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
FMX.Pickers.pas
FMX.Pickers.hpp
FMX.Pickers TCustomPicker

Beschreibung

Erstellt und initialisiert ein TCustomPicker-Objekt.

Create überprüft, ob APickerService auf ein TPickerFactoryService-Objekt zeigt. Wenn APickerService auf nil zeigt, löst Create eine EAssertionFailed-Exception mit der Meldung APickerService darf nicht nil sein aus.

Siehe auch