[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Contains the formatted text used to represent the Time value for the control.
Source position: editbtn.pas line 813
Text is a published property in TTimeEdit. It contains the formatted text displayed for the Time value in the control. It is automatically updated when a new value is assigned to the Time, TimeFormat, or TimeSeparator properties. It contains the result from the FormatDateTime routine called using the Time value and format settings for the control.
Use TimeFormat to specify a FormatDateTime-compatible string used to generate the value for the Text property.
Use TimeSeparator to specify the delimiter character used between time parts in the TimeFormat.
|
Represents the time value in the control. |
|
|
Specifies the time format used to generate the display Text for the time edit control. |
|
|
Specifies the separator character used to delimit time parts in the format settings applied to the control. |
|
|
String with the text or caption for the control. |
Version 4.0 | Generated 2025-05-03 | Home |