Frequently Asked Component Specific Questions
Options |
Display all FAQ items |
Displaying items 1 to 1 of 1, page 1 of 1
<< previous next >>



Moving the Minute and Hour pointer of the TAdvTimePickerDropDown

Clicking on the AM/PM text causes the time to switch from AM to PM or vice versa. The TAdvTimePickerDropDown component has many watch settings to automatically get the current date and time, show or hide the seconds and enable or disable the edit box.
Below are two properties to show the time picker and to show or hide the seconds.
AdvTimePickerDropDown1.ShowTimePicker := true; AdvTimePickerDropDown1.ShowSeconds := true;