Vcl.ComCtrls.TDateTimePicker.CalAlignment

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CalAlignment: TDTCalAlignment read FCalAlignment write SetCalAlignment default dtaLeft;

C++

__property TDTCalAlignment CalAlignment = {read=FCalAlignment, write=SetCalAlignment, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TDateTimePicker

Description

Determines the alignment of the drop-down calendar.

Set CalAlignment to dtaLeft or dtaRight to align the drop-down calendar on the left or right side of the component. This property is applicable only if the Kind property is dtkDate and the DateMode property is dmComboBox.

See Also