FMX.Pickers.TCustomPicker.Show

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Show; virtual;

C++

virtual void __fastcall Show();

Properties

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

Description

Declares the method to initialize and show a platform-specific picker.

In the TCustomPicker class, Show implements only the prior closing of all pickers opened in the TPickerFactoryService picker service, specified as the parameter in the Create constructor of the TCustomPicker class.

FireMonkey provides the real implementations of the Show method functionality in platform-specific units like FMX.Pickers.Default or FMX.Pickers.iOS.

See Also