Developer

TNxDatePicker6

Published class of DatePicker v6 control. This class is registered into Delphi IDE and represented as icon inside Next Editors 6 palette/category.

Unit: NxEdit6.pas (Sources)

Hierarchy

TNxCustomEdit6

TNxEdit6

TNxCustomButtonEdit6

TNxDropDownEdit6

TNxDatePicker6

Currently selected date can be set via Date or AsDateTime properties (both of TDateTime type), or via Text property.


Properties
ValueMeaning
DateSpecified currently selected date.
SelectionDateRangeSpecifies allowed selection date range for user.
StartDayOfWeekSpecifies starting day (Sunday, Monday, or system-specified) of week.


Events
ValueMeaning
OnGetDateColorOccurs on each date (day) painting. Provides var DayColor parameter which can be used to alter default brush color.
OnCustomDrawDateOccurs after each date (day) is drawn. Provides var TRect parameter which can be used for adding additional drawing.

See also