FMX.DateTimeCtrls.TCustomDateTimeEdit.IsPickerOpened
Delphi
function IsPickerOpened: Boolean; virtual;
C++
virtual bool __fastcall IsPickerOpened();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | FMX.DateTimeCtrls.pas FMX.DateTimeCtrls.hpp |
FMX.DateTimeCtrls | TCustomDateTimeEdit |
Description
Indicates whether the date or time picker is opened.
This virtual method returns True
when the date or time picker is opened.