TDBShDatePicker is data-aware version of
TShDatePicker. 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
TShDatePicker.
- 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.
- Note: Does not depend to TShDateField or TShDateTimeField
classes.
Hierarchy:
... | TWinControl | TCustomControl | TCustomShDatePicker | TDBShDatePicker
Introduced Properties and Events:
|