FMX.DateTimeCtrls.TCustomDateTimeEdit.ShowCheckBox

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowCheckBox: Boolean read FShowCheckBox write SetShowCheckBox default False;

C++

__property bool ShowCheckBox = {read=FShowCheckBox, write=SetShowCheckBox, default=0};

Properties

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

Description

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