TTMSFNCCustomDatePicker Class
Base class for the date picker component. Displays a button that opens a calendar dropdown for selecting a date. The selected date is exposed as a
TDatevalue.
API unit family: TMSFNCDatePicker
Inherits from: TTMSFNCDefaultPicker
Implements: ITMSFNCBitmapContainer
Syntax
TTMSFNCCustomDatePicker = class(TTMSFNCDefaultPicker, ITMSFNCBitmapContainer)
Properties
| Name | Description |
|---|---|
| Day | Gets or sets the selected day of the month. |
| Month | Gets or sets the selected month. |
| Year | Gets or sets the selected year. |
Methods
| Name | Description |
|---|---|
| Clear | Clears the selected date and edit text. |