Vcl.ComCtrls.TDTCalAlignment

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TDTCalAlignment = (dtaLeft, dtaRight);

C++

enum DECLSPEC_DENUM TDTCalAlignment : unsigned char { dtaLeft, dtaRight };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

Description

Type of the CalAlignment property.

TDTCalAlignment defines the possible values for the alignment of the drop-down calendar.

See Also