FMX.Pickers.TPickerFactoryService.DoPickerRemoving

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoPickerRemoving(const APicker: TCustomPicker); virtual;

C++

virtual void __fastcall DoPickerRemoving(TCustomPicker* const APicker);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Pickers.pas
FMX.Pickers.hpp
FMX.Pickers TPickerFactoryService

Description

Removes the record about the APicker picker from the list of existing pickers.

DoPickerRemoving removes the record about the platform-specific APicker picker from the list of pickers created by CreateDateTimePicker or CreateListPicker.

DoPickerRemoving is called from Destroy.

See Also