API:Vcl.ComCtrls.TDateTimePicker

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ComCtrls.TCommonCalendarVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTDateTimePicker

Delphi

TDateTimePicker = class(TCommonCalendar)

C++

class PASCALIMPLEMENTATION TDateTimePicker : public TCommonCalendar

Properties

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

Description

TCommonCalendar is the base class for the controls TDateTimePicker and TMonthCalendar.

Vcl.ComCtrls.TDateTimePicker inherits from Vcl.ComCtrls.TCommonCalendar. All content below this line refers to Vcl.ComCtrls.TCommonCalendar.

TCommonCalendar is the base class for the controls TDateTimePicker and TMonthCalendar.

Use TCommonCalendar as a base class when creating custom controls that represent dates in a calendar-like format. Do not create instances of TCommonCalendar. Instead, to put a calendar control on a form, use a TCommonCalendar descendant such as TDateTimePicker or TMonthCalendar.

Note: The VCL includes another calendar control that does not descend from TCommonCalendar. This is TCalendar, which is offered as a sample.