TDBExShDatePicker is data-aware version of
TExShDatePicker. It can be
connected to Date, DateTime and String fields. Just drop the
component on the form and set DataSource and DataField properties.
Main Usages:
- Displaying and editing date values in database applications.
Highlights:
- Support of Date, DateTime and String field types.
- Connects to data source like native data-aware controls.
Features:
- All of the features available for
TExShDatePicker.
- Connects to data through pair of DataSource and DataField properties.
- Can be connected to Date and DateTime fields.
- Can be connected to String fields. Works with string fields with different sizes intelligently.
- Supports null values.
- Handles null values through checkbox when in checkbox mode.
- Note: Does not depend to TShDateField or TShDateTimeField
classes.
Hierarchy:
... | TCustomShDatePicker | TCustomExShDatePicker | TDBExShDatePicker
Introduced Properties and Events:
|