[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'EditBtn' (#lcl)

TTimeEdit.UsedTimeSeparator

Gets the effective time separator character used in the short time format settings.

Declaration

Source position: editbtn.pas line 753

protected function TTimeEdit.UsedTimeSeparator: Char;

Function result

Time separator character used in the short time format settings for the class instance.

Description

The return value contains the time separator character in the short time format used in the class instance. It defaults to the time separator character found in the DefaultFormatSettings for the platform. The first character found in TimeSeparator is substituted when an explicit value has been assigned to the property. Other characters in TimeSeparator are ignored.

UsedTimeSeparator is called from the UsedFormatSettings method, which occurs when a new value has been assigned to the Time property.

Version info

Added in LCL version 4.0.

See also

TTimeEdit.Time

  

Represents the time value in the control.

TTimeEdit.TimeFormat

  

Specifies the time format used to generate the display Text for the time edit control.

TTimeEdit.TimeSeparator

  

Specifies the separator character used to delimit time parts in the format settings applied to the control.

TTimeEdit.Text

  

Contains the formatted text used to represent the Time value for the control.

TTimeEdit.UsedFormatSettings

  

Gets the effective format settings used to format the value for the time edit control.

TTimeEdit.UsedTimeFormat

  

Gets the effective short time format used for the Time value in the control.

DefaultFormatSettings

TFormatSettings


Version 4.0 Generated 2025-05-03 Home