FMX.DateTimeCtrls.TTimeEdit.Format

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Format: string read FCustomFormat write SetCustomFormat default 0;

C++

__property Format = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.DateTimeCtrls.pas
FMX.DateTimeCtrls.hpp
FMX.DateTimeCtrls TTimeEdit

Description

Formats the date or time value.

FMX.DateTimeCtrls.TTimeEdit.Format inherits from FMX.DateTimeCtrls.TCustomDateTimeEdit.Format. All content below this line refers to FMX.DateTimeCtrls.TCustomDateTimeEdit.Format.

Formats the date or time value.

This property allows you to customize the control value format.

For information about the supported formats, see the table specified in FormatDateTime.

See Also