Indicates whether the effective TimeFormat for the control reflects 12-hour clock values with AM and PM designations.
Source position: editbtn.pas line 751
protected function TTimeEdit.Is12HourMode: Boolean; |
Is12HourMode is a Boolean function which indicates that the TimeFormat for control displays values with AM and PM suffixes for 12-hour clock values. It examines the effective time format returned by the UsedTimeFormat method and returns True if the lowercase TimeFormat value contains one of the following:
Is12HourMode, along with UsedTimeAMString and UsedTimePMString, are used when a popup is displayed for the Time value in the control.
Added in LCL version 4.4.
|
Gets the effective short time format used for the Time value in the control. |
|
|
Gets the suffix used for an ante meridiem (before midday) time value in the control. |
|
|
Gets the suffix used for a post meridiem (after midday) time value in the control. |
|
|
Represents the time value in the control. |
| Version 4.4 | Generated 2025-11-08 | Home |