API:FMX.DateTimeCtrls.TCustomTimeEdit.CanInput
Delphi
function CanInput: Boolean; override;
C++
virtual bool __fastcall CanInput();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | FMX.DateTimeCtrls.pas FMX.DateTimeCtrls.hpp |
FMX.DateTimeCtrls | TCustomTimeEdit |
Description
Indicates whether the data input is enabled.
FMX.DateTimeCtrls.TCustomTimeEdit.CanInput inherits from FMX.DateTimeCtrls.TCustomDateTimeEdit.CanInput. All content below this line refers to FMX.DateTimeCtrls.TCustomDateTimeEdit.CanInput.
Indicates whether the data input is enabled.
This method returns True
if you can input date or time with this control.