API:FMX.DateTimeCtrls.TTimeEdit.UseNowTime

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UseNowTime: Boolean read FUseNowTime write SetUseNowTime default 0;

C++

__property UseNowTime = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.DateTimeCtrls.pas
FMX.DateTimeCtrls.hpp
FMX.DateTimeCtrls TTimeEdit

Description

Specifies whether this control displays current time.

FMX.DateTimeCtrls.TTimeEdit.UseNowTime inherits from FMX.DateTimeCtrls.TCustomTimeEdit.UseNowTime. All content below this line refers to FMX.DateTimeCtrls.TCustomTimeEdit.UseNowTime.

Specifies whether this control displays current time.

When true, the TTimeEdit control only indicates current time. You cannot edit this control.

See Also