FMX.Pickers.TCustomPicker.IsShown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsShown: Boolean; virtual;

C++

virtual bool __fastcall IsShown();

Properties

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

Description

Returns whether the picker is shown.

Since the TCustomPicker class cannot show any picker, IsShown always returns False.

See Also