FMX.Pickers.IFMXPickerService.CloseAllPickers

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CloseAllPickers;

C++

virtual void __fastcall CloseAllPickers() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Pickers.pas
FMX.Pickers.hpp
FMX.Pickers IFMXPickerService

Description

Declares the method closing all pickers created in the IFMXPickerService platform service.

CloseAllPickers is a declaration of the method that closes all Date-Time and List pickers created by the CreateDateTimePicker or CreateListPicker methods in the IFMXPickerService platform service.

See Also