FMX.DateTimeCtrls.TDateEdit.ShowCheckBox

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowCheckBox: Boolean read FShowCheckBox write SetShowCheckBox default 0;

C++

__property ShowCheckBox = {default=0};

Properties

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

Description

Displays a checkbox that allows you to enable/disable this control at run time.

FMX.DateTimeCtrls.TDateEdit.ShowCheckBox inherits from FMX.DateTimeCtrls.TCustomDateTimeEdit.ShowCheckBox. All content below this line refers to FMX.DateTimeCtrls.TCustomDateTimeEdit.ShowCheckBox.

Displays a checkbox that allows you to enable/disable this control at run time.

When this property is True, it displays a checkbox next to the TDateEdit or TTimeEdit control. Selecting this checxbox enables the control. Otherwise, this control is disabled.

The initial state of this checkbox is defined by the IsChecked property.

Design Image

Android

iOS7


Android

iOS6

See Also