API:FMX.Pickers.TCustomDateTimePicker.Create
Delphi
constructor Create(const APickerService: TPickerFactoryService); override;
C++
__fastcall virtual TCustomDateTimePicker(TPickerFactoryService* const APickerService);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| constructor | public | FMX.Pickers.pas FMX.Pickers.hpp |
FMX.Pickers | TCustomDateTimePicker |
Description
Creates and initializes a TCustomPicker object.
FMX.Pickers.TCustomDateTimePicker.Create inherits from FMX.Pickers.TCustomPicker.Create. All content below this line refers to FMX.Pickers.TCustomPicker.Create.
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.