Vcl.ComCtrls.TDateTimePicker.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 published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TDateTimePicker

Description

Displays a check box next to the date or time.

Set ShowCheckbox to true to display a check box in the TDateTimePicker component.

See Also