FMX.DateTimeCtrls.TCustomDateTimeEdit.OpenPicker

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure OpenPicker; virtual;

C++

virtual void __fastcall OpenPicker();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.DateTimeCtrls.pas
FMX.DateTimeCtrls.hpp
FMX.DateTimeCtrls TCustomDateTimeEdit

Description

Opens the date or time picker.

When you call this method, the date or time picker opens.

Note: You can use this method only if the CanInput method returns True (that is, when the input control is open). Otherwise, the use of this method has no effect.

See Also