Vcl.WinXPickers
| Package | vclwinx370.bpl |
|---|
Classes
| IDateProvider | |
| ITimeProvider | |
| TBasePickerAnimation | |
| TBasePickerControl | It is the Base class that defines the basic behavior of a picker style control. |
| TCustomDatePicker | Defines the base functionality of a data picker. |
| TCustomTimePicker | Defines the base functionality of a time picker. |
| TDateColumn | It is the Base class for date-related picker columns. |
| TDatePicker | Use the DatePicker control to let users specify a date from a pop-up scrolling list of values. |
| TDateProvider | |
| TPickerAMPMColumn | It is the TPickerColumn descendant for handling the AM/PM portion of a time. |
| TPickerButton | It is the Support class used to represent a scroll button in a picker column. |
| TPickerButtonDrawInfo | It is the Support class that represents the elements necessary to draw a picker button. |
| TPickerCellDrawInfo | It is the Support class that represents the elements necessary to draw a picker column cell. |
| TPickerCellDrawInfoInternal | |
| TPickerColumn | It is the Abstract class that represents a data column in a picker-based control. |
| TPickerColumnClass | |
| TPickerDayColumn | It is the TPickerColumn descendant for handling the day portion of a date. |
| TPickerDrawer | It is the Abstract class that defines the various methods necessary to draw a picker control. |
| TPickerDrawerNative | It is the TPickerDrawer descendant class that is used to draw a picker control when not using a custom VCL style. |
| TPickerDrawerStyled | It is the TPickerDrawer descendant class that is used to draw a picker control when using a custom VCL style. |
| TPickerHourColumn | It is the TPickerColumn descendant for handling the hour portion of a time. |
| TPickerMinuteColumn | It is the TPickerColumn descendant for handling the minute portion of a time. |
| TPickerMonthColumn | It is the TPickerColumn descendant for handling the month portion of a date. |
| TPickerOkCancelButtons | |
| TPickerPopupControl | It is the Support class that manages displaying and hiding the popup picker columns associated with the picker control. |
| TPickerSecondColumn | It is the TPickerColumn descendant for handling the second portion of a time. |
| TPickerSlideAnimation | |
| TPickerViewInfo | It is the Support class that manages visualization attributes of the picker. |
| TPickerYearColumn | It is the TPickerColumn descendant for handling the year portion of a date. |
| TTimeColumn | It is the Base class for time-related picker columns. |
| TTimePicker | Use the TimePicker control to let users specify a time from a pop-up scrolling list of values. |
| TTimeProvider |
Types
| TDrawPickerCellEvent | |
| TMinuteIncrement | |
| TPickerButtonState | |
| TPickerButtonType |
Constants
| DefaultPickerDropDownCount | DefaultPickerDropDownCount: Integer = 7; |
| DefaultPickerHeight | DefaultPickerHeight: Integer = $20; |
| DefaultPickerHighlightColor | DefaultPickerHighlightColor: Integer = $FF00000F; |
| DefaultPickerHotColor | DefaultPickerHotColor: Integer = $FF000014; |
| DefaultPickerSelectionColor | DefaultPickerSelectionColor: Integer = $FF00000D; |
| DefaultPickerSelectionFontColor | DefaultPickerSelectionFontColor: Integer = $FF00000E; |
| DefaultPickerWidth | DefaultPickerWidth: Integer = $96; |