Vcl.WinXPickers

From RAD Studio API Documentation
Jump to: navigation, search


Package vclwinx270.bpl

Classes

IDateProvider
ITimeProvider
TBasePickerAnimation
TBasePickerControlIt is the Base class that defines the basic behavior of a picker style control.
TCustomDatePickerDefines the base functionality of a data picker.
TCustomTimePickerDefines the base functionality of a time picker.
TDateColumnIt is the Base class for date-related picker columns.
TDatePickerUse the DatePicker control to let users specify a date from a pop-up scrolling list of values.
TDateProvider
TPickerAMPMColumnIt is the TPickerColumn descendant for handling the AM/PM portion of a time.
TPickerButtonIt is the Support class used to represent a scroll button in a picker column.
TPickerButtonDrawInfoIt is the Support class that represents the elements necessary to draw a picker button.
TPickerCellDrawInfoIt is the Support class that represents the elements necessary to draw a picker column cell.
TPickerCellDrawInfoInternal
TPickerColumnIt is the Abstract class that represents a data column in a picker-based control.
TPickerColumnClass
TPickerDayColumnIt is the TPickerColumn descendant for handling the day portion of a date.
TPickerDrawerIt is the Abstract class that defines the various methods necessary to draw a picker control.
TPickerDrawerNativeIt is the TPickerDrawer descendant class that is used to draw a picker control when not using a custom VCL style.
TPickerDrawerStyledIt is the TPickerDrawer descendant class that is used to draw a picker control when using a custom VCL style.
TPickerHourColumnIt is the TPickerColumn descendant for handling the hour portion of a time.
TPickerMinuteColumnIt is the TPickerColumn descendant for handling the minute portion of a time.
TPickerMonthColumnIt is the TPickerColumn descendant for handling the month portion of a date.
TPickerOkCancelButtons
TPickerPopupControlIt is the Support class that manages displaying and hiding the popup picker columns associated with the picker control.
TPickerSecondColumnIt is the TPickerColumn descendant for handling the second portion of a time.
TPickerSlideAnimation
TPickerViewInfoIt is the Support class that manages visualization attributes of the picker.
TPickerYearColumnIt is the TPickerColumn descendant for handling the year portion of a date.
TTimeColumnIt is the Base class for time-related picker columns.
TTimePickerUse the TimePicker control to let users specify a time from a pop-up scrolling list of values.
TTimeProvider

Types

TDrawPickerCellEvent
TMinuteIncrement
TPickerButtonState
TPickerButtonType

Constants

DefaultPickerDropDownCountDefaultPickerDropDownCount: Integer = 7;
DefaultPickerHeightDefaultPickerHeight: Integer = $20;
DefaultPickerHighlightColorDefaultPickerHighlightColor: Integer = $FF00000F;
DefaultPickerHotColorDefaultPickerHotColor: Integer = $FF000014;
DefaultPickerSelectionColorDefaultPickerSelectionColor: Integer = $FF00000D;
DefaultPickerSelectionFontColorDefaultPickerSelectionFontColor: Integer = $FF00000E;
DefaultPickerWidthDefaultPickerWidth: Integer = $96;