[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Specifies the value displayed for a 12-hour time value after midday (Noon).
Source position: editbtn.pas line 811
published property TTimeEdit.TimePMString : string |
TimePMString contains the post meridiem ("after midday") value displayed for a 12-hour Time value. It can be used to override the TimePMString setting provided in DefaultFormatSettings. Its value is used in the UsedFormatSettings method, and applied when the feature is enabled using one of the corresponding format specifiers in the TimeFormat property.
See TimeFormat for more information about the available time format specifiers and their usage.
Use TimeAMString for the ante meridiem value.
Added in LCL version 4.0.
|
Specifies the value displayed for a 12-hour time value prior to midday (Noon). |
|
|
Gets the effective format settings used to format the value for the time edit control. |
|
|
Specifies the time format used to generate the display Text for the time edit control. |
|
|
Represents the time value in the control. |
|
Version 4.0 | Generated 2025-05-03 | Home |